From: Paulo Zanoni <paulo.r.zanoni at intel.com> Hi Here are more Haswell VGA fixes that I would like to see on Kernel 3.8. The first 2 patches are needed to make VGA work after suspend, the 3rd patch is needed to prevent black screen on some specific machines. These patches are currently on top of drm-intel-fixes + the following 2 patches which are already on the mailing list: - drm/i915: fix hsw_fdi_link_train "retry" code - drm/i915: reject modes the LPT FDI receiver can't handle I'd love to get these 5 patches on Kernel 3.8 since they're all important fixes that prevent black screens. Thanks, Paulo Paulo Zanoni (3): drm/i915: add support for mPHY destination on intel_sbi_{read,write} drm/i915: add lpt_init_pch_refclk drm/i915: set the LPT FDI RX polarity reversal bit when needed drivers/gpu/drm/i915/i915_drv.c | 3 +- drivers/gpu/drm/i915/i915_drv.h | 9 +- drivers/gpu/drm/i915/i915_reg.h | 11 +- drivers/gpu/drm/i915/intel_crt.c | 8 ++ drivers/gpu/drm/i915/intel_ddi.c | 2 + drivers/gpu/drm/i915/intel_display.c | 247 +++++++++++++++++++++++++++++------ 6 files changed, 236 insertions(+), 44 deletions(-) -- 1.7.11.7