Commit 39060a07 authored by Dave Airlie's avatar Dave Airlie

Revert "drm/i915: Try enabling RC6 by default (again)"

This reverts commit 4e20fa65.

Francesco Allertsen still has a broken configuration.
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent a81b31e9
......@@ -62,7 +62,7 @@ module_param_named(semaphores, i915_semaphores, int, 0600);
MODULE_PARM_DESC(semaphores,
"Use semaphores for inter-ring sync (default: false)");
unsigned int i915_enable_rc6 __read_mostly = 1;
unsigned int i915_enable_rc6 __read_mostly = 0;
module_param_named(i915_enable_rc6, i915_enable_rc6, int, 0600);
MODULE_PARM_DESC(i915_enable_rc6,
"Enable power-saving render C-state 6 (default: true)");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment