Hi all, These are the patches I'd like to queue to -next for interlaced support. Needs the patch "fixup interlaced bits clearing in PIPECONF on PCH_SPLIT" and also the drm core fix "drm/modes: do not enforce an odd vtotal for interlaced modes" if you want to use interlaced modelines with an even vtotal. The entire series is available in my interlaced branch at http://cgit.freedesktop.org/~danvet/drm/log/?h=interlaced Review, comments and testing highly welcome. Yours, Daniel Daniel Vetter (6): drm/i915: clean up interlaced pipeconf bit definitions drm/i915: fixup interlaced vertical timings confusion, part 1 drm/i915: fixup interlaced vertical timings confusion, part 2 drm/i915: fixup interlaced support on ilk+ drm/i915: don't allow interlaced pipeconf on gen2 drm/i915: correctly program the VSYNCSHIFT register 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/i915_reg.h | 25 +++++++++++++++++++-- drivers/gpu/drm/i915/intel_crt.c | 5 +++- drivers/gpu/drm/i915/intel_display.c | 39 ++++++++++++++++++--------------- 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 +- drivers/gpu/drm/i915/intel_tv.c | 2 +- 9 files changed, 52 insertions(+), 29 deletions(-) -- 1.7.7.5