aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@virtuousgeek.org>2013-06-25 18:38:15 -0400
committerDaniel Vetter <daniel.vetter@ffwll.ch>2013-07-01 05:28:02 -0400
commit2385bdf0787aef45ee1847b8508a417433da7e14 (patch)
tree43137efa9f4ffd97a15882c6fcf829e475555a90 /drivers/gpu/drm/i915/i915_drv.h
parentc93f54cf7de31d44b4036d0d1e291172b2bd5743 (diff)
drm/i915: add fastboot param for fast & loose mode setting
Handling all the state properly for fastboot is still not yet done by far, but we need some way to be able to test what we currently have. So hide the not-yet-quite-complete stuff behind a module option. Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> [danvet: Add a real commit message.] Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/i915_drv.h')
-rw-r--r--drivers/gpu/drm/i915/i915_drv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
index da07f6f28854..4a23e957b85c 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -1551,6 +1551,7 @@ extern int i915_enable_ppgtt __read_mostly;
1551extern unsigned int i915_preliminary_hw_support __read_mostly; 1551extern unsigned int i915_preliminary_hw_support __read_mostly;
1552extern int i915_disable_power_well __read_mostly; 1552extern int i915_disable_power_well __read_mostly;
1553extern int i915_enable_ips __read_mostly; 1553extern int i915_enable_ips __read_mostly;
1554extern bool i915_fastboot __read_mostly;
1554 1555
1555extern int i915_suspend(struct drm_device *dev, pm_message_t state); 1556extern int i915_suspend(struct drm_device *dev, pm_message_t state);
1556extern int i915_resume(struct drm_device *dev); 1557extern int i915_resume(struct drm_device *dev);