Hi all, I've had tons of fun reading through docs and code to get to the bottom of who interlaced is supposed to work. The current work-in-progress is available at: http://cgit.freedesktop.org/~danvet/drm/log/?h=interlaced The patches are completely untested because I lack a TV. So testing feedback highly appreciated. Following up are the patches I haven't sent out yet, these two are still in rather rough shape. Yours, Daniel Daniel Vetter (2): drm/i915: fixup interlaced vertical timings confusion drm/i915: fixup interlaced support on ilk+ Peter Ross (2): drm/i915: allow interlaced mode output on the SDVO connector drm/i915: allow interlaced mode output on the HDMI connector drivers/gpu/drm/i915/intel_display.c | 37 ++++++++++++++++++--------------- drivers/gpu/drm/i915/intel_dvo.c | 1 - drivers/gpu/drm/i915/intel_hdmi.c | 2 +- drivers/gpu/drm/i915/intel_overlay.c | 2 +- drivers/gpu/drm/i915/intel_panel.c | 2 +- drivers/gpu/drm/i915/intel_sdvo.c | 3 +- 6 files changed, 24 insertions(+), 23 deletions(-) -- 1.7.7.5