aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/i915/i915_drv.h')
-rw-r--r--drivers/gpu/drm/i915/i915_drv.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
index 4e8b26161a74..ce03fd5b3f5b 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -170,6 +170,8 @@ struct drm_i915_display_funcs {
170 /* clock gating init */ 170 /* clock gating init */
171}; 171};
172 172
173struct intel_overlay;
174
173typedef struct drm_i915_private { 175typedef struct drm_i915_private {
174 struct drm_device *dev; 176 struct drm_device *dev;
175 177
@@ -241,6 +243,9 @@ typedef struct drm_i915_private {
241 243
242 struct intel_opregion opregion; 244 struct intel_opregion opregion;
243 245
246 /* overlay */
247 struct intel_overlay *overlay;
248
244 /* LVDS info */ 249 /* LVDS info */
245 int backlight_duty_cycle; /* restore backlight to this value */ 250 int backlight_duty_cycle; /* restore backlight to this value */
246 bool panel_wants_dither; 251 bool panel_wants_dither;