aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_drv.h
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2012-12-11 13:48:30 -0500
committerDaniel Vetter <daniel.vetter@ffwll.ch>2013-02-19 18:21:45 -0500
commit876a8cdf92b23d268275cdce4397df0c37dac3fe (patch)
tree041bd17045aa829a3bd83d026ac0332ddb142ba2 /drivers/gpu/drm/i915/intel_drv.h
parent3e68320ef84528604d971afc3cadfbe208bef001 (diff)
drm/i915: Preserve the DDI link reversal configuration
Similarly to: commit 6a0d1df3d3a0d2370541164eb0595fe35dcd6de3 Author: Damien Lespiau <damien.lespiau@intel.com> Date: Tue Dec 11 15:18:28 2012 +0000 drm/i915: Preserve the FDI line reversal override bit on CPT DDI port support lane reversal to easy the PCB layouting work. Let's preserve the bit configured by the BIOS (until we find how to correctly retrieve the information from the VBT, but this does sound more fragile then just relying on the BIOS that has, hopefully, been validated already. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Cc: stable@vger.kernel.org Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_drv.h')
-rw-r--r--drivers/gpu/drm/i915/intel_drv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/intel_drv.h b/drivers/gpu/drm/i915/intel_drv.h
index 006b5aa35bb3..005a91f1f8f5 100644
--- a/drivers/gpu/drm/i915/intel_drv.h
+++ b/drivers/gpu/drm/i915/intel_drv.h
@@ -393,6 +393,7 @@ struct intel_dp {
393struct intel_digital_port { 393struct intel_digital_port {
394 struct intel_encoder base; 394 struct intel_encoder base;
395 enum port port; 395 enum port port;
396 u32 port_reversal;
396 struct intel_dp dp; 397 struct intel_dp dp;
397 struct intel_hdmi hdmi; 398 struct intel_hdmi hdmi;
398}; 399};