Lines Matching full:interlaced
530 * @interlace: whether to compute an interlaced mode
603 * @interlaced: whether to compute an interlaced mode
622 bool reduced, bool interlaced, bool margins) in drm_cvt_mode() argument
656 if (interlaced) in drm_cvt_mode()
674 if (interlaced) in drm_cvt_mode()
686 /* Interlaced */ in drm_cvt_mode()
687 if (interlaced) in drm_cvt_mode()
806 /* ignore - just set the mode flag for interlaced */ in drm_cvt_mode()
807 if (interlaced) { in drm_cvt_mode()
830 * @interlaced: whether to compute an interlaced mode
847 int vrefresh, bool interlaced, int margins, in drm_gtf_mode_complex() argument
898 if (interlaced) in drm_gtf_mode_complex()
904 if (interlaced) in drm_gtf_mode_complex()
918 if (interlaced) in drm_gtf_mode_complex()
948 if (interlaced) in drm_gtf_mode_complex()
1001 if (interlaced) { in drm_gtf_mode_complex()
1022 * @interlaced: whether to compute an interlaced mode
1052 bool interlaced, int margins) in drm_gtf_mode() argument
1055 interlaced, margins, in drm_gtf_mode()
1266 * with an optional 'i' suffix for interlaced modes.
1270 bool interlaced = !!(mode->flags & DRM_MODE_FLAG_INTERLACE); in drm_mode_set_name() local
1274 interlaced ? "i" : ""); in drm_mode_set_name()
1337 * interlaced modes.