aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_drv.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2014-08-04 19:04:59 -0400
committerDave Airlie <airlied@redhat.com>2014-08-04 19:04:59 -0400
commit5d42f82a9b8c5168d75cf59307cd271feca94464 (patch)
treea7049189a2c814589b3ad7e6e776fb736f980967 /drivers/gpu/drm/i915/intel_drv.h
parentc759606c96dc052373d4c36ea383595da46b04e9 (diff)
parent19583ca584d6f574384e17fe7613dfaeadcdc4a6 (diff)
Merge tag 'v3.16' into drm-next
Linux 3.16 backmerge requested by i915, nouveau and radeon authors Conflicts: drivers/gpu/drm/i915/i915_gem_render_state.c drivers/gpu/drm/i915/intel_drv.h
Diffstat (limited to 'drivers/gpu/drm/i915/intel_drv.h')
-rw-r--r--drivers/gpu/drm/i915/intel_drv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/intel_drv.h b/drivers/gpu/drm/i915/intel_drv.h
index b2837c5fccfc..8a475a6909c3 100644
--- a/drivers/gpu/drm/i915/intel_drv.h
+++ b/drivers/gpu/drm/i915/intel_drv.h
@@ -556,6 +556,9 @@ struct intel_dp {
556 unsigned long last_power_cycle; 556 unsigned long last_power_cycle;
557 unsigned long last_power_on; 557 unsigned long last_power_on;
558 unsigned long last_backlight_off; 558 unsigned long last_backlight_off;
559
560 struct notifier_block edp_notifier;
561
559 bool use_tps3; 562 bool use_tps3;
560 bool can_mst; /* this port supports mst */ 563 bool can_mst; /* this port supports mst */
561 bool is_mst; 564 bool is_mst;