aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h
diff options
context:
space:
mode:
authorPaulo Zanoni <paulo.r.zanoni@intel.com>2013-05-31 15:33:23 -0400
committerDaniel Vetter <daniel.vetter@ffwll.ch>2013-05-31 15:40:08 -0400
commit3c4ca58c12a3bf71433425df534dfbb85d8a5dc5 (patch)
tree9abab8615571f4a7ba90ac273a386cd162c81f40 /drivers/gpu/drm/i915/i915_drv.h
parent42db64efcd95014570835c7b0a08277c60486f07 (diff)
drm/i915: add enable_ips module option
IPS is still enabled by default. Feature requested by the power management team. This should also help testing the feature on some early pre-production hardware where there were relationship problems between IPS and PSR. v2: Rebase on top of the newest IPS implementation. v3: Check i915_enable_ips at compute_config, not supports_ips, so the kernel parameter will be ignored at haswell_get_pipe_config. Requested-by: Kristen Accardi <kristen.c.accardi@intel.com> Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@gmail.com> 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 a18da3c6c96e..be869f261993 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -1470,6 +1470,7 @@ extern bool i915_enable_hangcheck __read_mostly;
1470extern int i915_enable_ppgtt __read_mostly; 1470extern int i915_enable_ppgtt __read_mostly;
1471extern unsigned int i915_preliminary_hw_support __read_mostly; 1471extern unsigned int i915_preliminary_hw_support __read_mostly;
1472extern int i915_disable_power_well __read_mostly; 1472extern int i915_disable_power_well __read_mostly;
1473extern int i915_enable_ips __read_mostly;
1473 1474
1474extern int i915_suspend(struct drm_device *dev, pm_message_t state); 1475extern int i915_suspend(struct drm_device *dev, pm_message_t state);
1475extern int i915_resume(struct drm_device *dev); 1476extern int i915_resume(struct drm_device *dev);