Lines Matching full:interlaced
123 * @interlaced: whether to compute an interlaced mode
142 bool reduced, bool interlaced, bool margins) in drm_cvt_mode() argument
176 if (interlaced) in drm_cvt_mode()
194 if (interlaced) in drm_cvt_mode()
206 /* Interlaced */ in drm_cvt_mode()
207 if (interlaced) in drm_cvt_mode()
326 /* ignore - just set the mode flag for interlaced */ in drm_cvt_mode()
327 if (interlaced) { in drm_cvt_mode()
350 * @interlaced: whether to compute an interlaced mode
367 int vrefresh, bool interlaced, int margins, in drm_gtf_mode_complex() argument
418 if (interlaced) in drm_gtf_mode_complex()
424 if (interlaced) in drm_gtf_mode_complex()
438 if (interlaced) in drm_gtf_mode_complex()
468 if (interlaced) in drm_gtf_mode_complex()
521 if (interlaced) { in drm_gtf_mode_complex()
542 * @interlaced: whether to compute an interlaced mode
572 bool interlaced, int margins) in drm_gtf_mode() argument
575 interlaced, margins, in drm_gtf_mode()
738 * with an optional 'i' suffix for interlaced modes.
742 bool interlaced = !!(mode->flags & DRM_MODE_FLAG_INTERLACE); in drm_mode_set_name() local
746 interlaced ? "i" : ""); in drm_mode_set_name()
807 * interlaced modes.