aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorAndy Whitcroft <apw@canonical.com>2010-11-30 17:30:12 +0000
committerJohn Rigby <john.rigby@linaro.org>2011-03-16 15:56:14 -0600
commit657e44e8f318872f93186e6477024a99f5bd44ab (patch)
tree9398203cbecf41afd12312d34be8005623a1f2b9 /drivers
parentfcdded8db8bbd2bf78d8ba0056ec025baf8baff6 (diff)
Revert "UBUNTU: SAUCE: i915 -- disable powersave by default"
This reverts commit af6e9a1e8375b3d904ffaec0d9f12d073fcda414. As per conversations with Sarvatt dropping this to see if things are fixed upstream now. Signed-off-by: Andy Whitcroft <apw@canonical.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/drm/i915/i915_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c
index f17792b287ef..22ec066adae6 100644
--- a/drivers/gpu/drm/i915/i915_drv.c
+++ b/drivers/gpu/drm/i915/i915_drv.c
@@ -43,7 +43,7 @@ module_param_named(modeset, i915_modeset, int, 0400);
unsigned int i915_fbpercrtc = 0;
module_param_named(fbpercrtc, i915_fbpercrtc, int, 0400);
-unsigned int i915_powersave = 0;
+unsigned int i915_powersave = 1;
module_param_named(powersave, i915_powersave, int, 0600);
unsigned int i915_semaphores = 0;