aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_drv.h
diff options
context:
space:
mode:
authorTodd Previte <tprevite@gmail.com>2014-01-20 12:19:39 -0500
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-01-24 11:22:54 -0500
commit06ea66b6bb445043dc25a9626254d5c130093199 (patch)
tree6b1f5fae491f0862b6596f2a25d0aa868623a34c /drivers/gpu/drm/i915/intel_drv.h
parentca6ad02523972b331f862161eff93e1a62f34d32 (diff)
drm/i915: Enable 5.4Ghz (HBR2) link rate for Displayport 1.2-capable devices
For HSW+ platforms, enable the 5.4Ghz (HBR2) link rate for devices that support it. The sink device must report that is supports Displayport 1.2 and the HBR2 bit rate in the DPCD in order to use HBR2. Signed-off-by: Todd Previte <tprevite@gmail.com> 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 713009bba913..8e0346ba29cb 100644
--- a/drivers/gpu/drm/i915/intel_drv.h
+++ b/drivers/gpu/drm/i915/intel_drv.h
@@ -491,6 +491,7 @@ struct intel_dp {
491 unsigned long last_power_on; 491 unsigned long last_power_on;
492 unsigned long last_backlight_off; 492 unsigned long last_backlight_off;
493 bool psr_setup_done; 493 bool psr_setup_done;
494 bool use_tps3;
494 struct intel_connector *attached_connector; 495 struct intel_connector *attached_connector;
495}; 496};
496 497