Hi all, So I've resurrected the pch dpll conversion patch which somehow was lost and DP now also works on ilk+. For fun I've also thrown in a few other minor patches to make good use of pipe_config (or at least stuff I've noticed while doing pipe_config related conversions). Cheers, Daniel Daniel Vetter (7): drm/i915: consolidate pch pll computations a bit drm/i915: shovel compute clock into crtc->config.dpll on ilk drm/i915: move dp clock computations to encoder->compute_config drm/i915: use pipe_config for lvds dithering drm/i915: don't force matching p1 for g4x/ilk+ reduced pll settings drm/i915: remove redundant has_pch_encoder check drm/i915: simplify config->pixel_multiplier handling drivers/gpu/drm/i915/intel_display.c | 240 +++++++++++------------------------ drivers/gpu/drm/i915/intel_dp.c | 45 +++++++ drivers/gpu/drm/i915/intel_drv.h | 5 + drivers/gpu/drm/i915/intel_lvds.c | 12 +- 4 files changed, 130 insertions(+), 172 deletions(-) -- 1.7.11.7