Lines Matching full:interlaced
531 * @interlace: whether to compute an interlaced mode
606 * @interlaced: whether to compute an interlaced mode
625 bool reduced, bool interlaced, bool margins) in drm_cvt_mode() argument
659 if (interlaced) in drm_cvt_mode()
677 if (interlaced) in drm_cvt_mode()
689 /* Interlaced */ in drm_cvt_mode()
690 if (interlaced) in drm_cvt_mode()
809 /* ignore - just set the mode flag for interlaced */ in drm_cvt_mode()
810 if (interlaced) { in drm_cvt_mode()
833 * @interlaced: whether to compute an interlaced mode
850 int vrefresh, bool interlaced, int margins, in drm_gtf_mode_complex() argument
901 if (interlaced) in drm_gtf_mode_complex()
907 if (interlaced) in drm_gtf_mode_complex()
921 if (interlaced) in drm_gtf_mode_complex()
951 if (interlaced) in drm_gtf_mode_complex()
1004 if (interlaced) { in drm_gtf_mode_complex()
1025 * @interlaced: whether to compute an interlaced mode
1055 bool interlaced, int margins) in drm_gtf_mode() argument
1058 interlaced, margins, in drm_gtf_mode()
1268 * with an optional 'i' suffix for interlaced modes.
1272 bool interlaced = !!(mode->flags & DRM_MODE_FLAG_INTERLACE); in drm_mode_set_name() local
1276 interlaced ? "i" : ""); in drm_mode_set_name()
1339 * interlaced modes.