From: Paulo Zanoni <paulo.r.zanoni at intel.com> Hi This series contains small random fixes to the Haswell code. Improvements to the VGA code, fixes for machines with ULT CPU or LPT-LP PCH, eDP panel fitter bug fix for IVB+HSW, a workaround and a fix for the "unclaimed write" code. There's really no specific order to apply these patches, they are all independent from each other, except for the 2 panel fitter patches that have an explicit order (and the IVB patch should to through -fixes IMHO). Thanks, Paulo Paulo Zanoni (10): drm/i915: don't limit Haswell CRT encoder to pipe A drm/i915: fix FDI lane calculation drm/i915: use cpu/pch transcoder on intel_enable_pipe drm/i915: fix false positive "Unclaimed write" messages drm/i915: make DP work on LPT-LP machines drm/i915: don't intel_crt_init if DDI A has 4 lanes drm/i915: make the panel fitter work on pipes B and C on IVB drm/i915: make the panel fitter work on pipes B and C on Haswell drm/i915: fix intel_ddi_get_cdclk_freq for ULT machines drm/i915: implement WaMbcDriverBootEnable on Haswell drivers/gpu/drm/i915/i915_drv.c | 9 +++++++ drivers/gpu/drm/i915/i915_drv.h | 3 +++ drivers/gpu/drm/i915/i915_reg.h | 4 +++ drivers/gpu/drm/i915/intel_crt.c | 5 +--- drivers/gpu/drm/i915/intel_ddi.c | 2 ++ drivers/gpu/drm/i915/intel_display.c | 49 ++++++++++++++++++++---------------- drivers/gpu/drm/i915/intel_pm.c | 22 ++++++++++++++++ 7 files changed, 68 insertions(+), 26 deletions(-) -- 1.7.11.7