aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-07-12 08:49:31 -0700
committerKeith Packard <keithp@keithp.com>2011-07-12 08:49:31 -0700
commit05bd42688dbc066d4e2689b6f73c0470601f788b (patch)
treeafc81fcc95c69ec4f5569034ac2fbe741d465202 /drivers/gpu/drm/i915/i915_drv.c
parentdrm/i915: Clean up i915_driver_load failure path (diff)
downloadlinux-dev-05bd42688dbc066d4e2689b6f73c0470601f788b.tar.xz
linux-dev-05bd42688dbc066d4e2689b6f73c0470601f788b.zip
Revert "drm/i915: enable rc6 by default"
This reverts commit a51f7a66fb5e4af5ec4286baef940d06594b59d2. We still have a few Ironlake and Sandybridge machines which fail when RC6 is enabled. Better luck next release? Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to '')
-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 58222e86e291..eb91e2dd7914 100644
--- a/drivers/gpu/drm/i915/i915_drv.c
+++ b/drivers/gpu/drm/i915/i915_drv.c
@@ -52,7 +52,7 @@ module_param_named(powersave, i915_powersave, int, 0600);
unsigned int i915_semaphores = 0;
module_param_named(semaphores, i915_semaphores, int, 0600);
-unsigned int i915_enable_rc6 = 1;
+unsigned int i915_enable_rc6 = 0;
module_param_named(i915_enable_rc6, i915_enable_rc6, int, 0600);
unsigned int i915_enable_fbc = 0;