Hi all, So I'm still blazing ahead with converting everything over to pipe_config. This is (mostly) a tiny detour into sdvo TV support, which accidentally ended up fixing a regression going back to the introduction of multi-function sdvo support in 2.6.35. Quick update on this pipe_config endeavour: I have a few more smaller things outstanding around pll limits and handling that, but the big thing I'm currently working on is beating sanity into our different clocks: dotclock, adjusted dotclock, port clock (i.e. what we program the dpll with), reduced clock versions of all of the above. Next up is handling dpll computation and clock sharing. Cheers, Daniel Daniel Vetter (7): drm/i915: simplify DP/DDI port width macros drm/i915: move sdvo TV clock computation to intel_sdvo.c drm/i915: drop TVclock special casing on ilk+ drm/i915: rip out TV-out lore ... drm/i915: rip out now unused is_foo tracking from crtc code drm/i915: make SDVO TV-out work for multifunction devices drm/i915: rip out an unused lvds_reg variable drivers/gpu/drm/i915/i915_reg.h | 11 +---- drivers/gpu/drm/i915/intel_ddi.c | 34 +------------- drivers/gpu/drm/i915/intel_display.c | 87 +++--------------------------------- drivers/gpu/drm/i915/intel_dp.c | 12 +---- drivers/gpu/drm/i915/intel_drv.h | 5 ++- drivers/gpu/drm/i915/intel_sdvo.c | 38 +++++++++++++--- 6 files changed, 48 insertions(+), 139 deletions(-) -- 1.7.11.7