Lines Matching full:interlaced
66 * @interlaced:Whether the interlace is supported
85 bool reduced, bool interlaced, bool margins) in drm_cvt_mode() argument
114 if (interlaced) in drm_cvt_mode()
132 if (interlaced) in drm_cvt_mode()
144 /* Interlaced */ in drm_cvt_mode()
145 if (interlaced) in drm_cvt_mode()
259 /* ignore - just set the mode flag for interlaced */ in drm_cvt_mode()
260 if (interlaced) { in drm_cvt_mode()
284 * @interlaced :whether the interlace is supported
298 int vrefresh, bool interlaced, int margins, in drm_gtf_mode_complex() argument
344 if (interlaced) in drm_gtf_mode_complex()
350 if (interlaced) in drm_gtf_mode_complex()
364 if (interlaced) in drm_gtf_mode_complex()
434 if (interlaced) { in drm_gtf_mode_complex()
456 * @interlaced :whether the interlace is supported
500 bool interlaced = !!(mode->flags & DRM_MODE_FLAG_INTERLACE); in drm_mode_set_name() local
504 interlaced ? "i" : ""); in drm_mode_set_name()