diff options
author | Dave Airlie <airlied@redhat.com> | 2014-08-04 19:04:59 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2014-08-04 19:04:59 -0400 |
commit | 5d42f82a9b8c5168d75cf59307cd271feca94464 (patch) | |
tree | a7049189a2c814589b3ad7e6e776fb736f980967 /drivers/gpu/drm/i915/intel_drv.h | |
parent | c759606c96dc052373d4c36ea383595da46b04e9 (diff) | |
parent | 19583ca584d6f574384e17fe7613dfaeadcdc4a6 (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.h | 3 |
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; |