Hi all, So the next try at my ivb fdi b/c fixes, hopefully with all the stupid mistakes from the previous version fixed up. Note that I still have fdi link training fail sometimes, but at least it's no longer silent. Compared to Bspec we do a few things wrong, so there's more work to do still. Cheers, Daniel Daniel Vetter (5): drm/i915: check whether the pch is the soulmate of the cpu drm/i915: drop unnecessary check from fdi_link_train code drm/i915: CPT/PPT pch dp transcoder workaround drm/i915: implement WADP0ClockGatingDisable drm/i915: kill pch_init_clock_gating indirection drivers/gpu/drm/i915/i915_drv.c | 4 ++ drivers/gpu/drm/i915/i915_drv.h | 1 - drivers/gpu/drm/i915/i915_reg.h | 9 ++++- drivers/gpu/drm/i915/intel_display.c | 40 ++++++++++--------- drivers/gpu/drm/i915/intel_pm.c | 76 ++++++++++++++++++------------------ 5 files changed, 71 insertions(+), 59 deletions(-) -- 1.7.11.4