diff options
author | Keith Packard <keithp@keithp.com> | 2011-07-12 17:49:31 +0200 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-07-12 17:49:31 +0200 |
commit | 05bd42688dbc066d4e2689b6f73c0470601f788b (patch) | |
tree | afc81fcc95c69ec4f5569034ac2fbe741d465202 | |
parent | drm/i915: Clean up i915_driver_load failure path (diff) | |
download | linux-05bd42688dbc066d4e2689b6f73c0470601f788b.tar.xz linux-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>
-rw-r--r-- | drivers/gpu/drm/i915/i915_drv.c | 2 |
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; |