projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1a9f04
)
drm/i915: enable rc6 by default
author
Jesse Barnes
<
[email protected]
>
Thu, 5 May 2011 21:42:26 +0000
(14:42 -0700)
committer
Keith Packard
<
[email protected]
>
Tue, 17 May 2011 21:33:38 +0000
(14:33 -0700)
With FBC disabled by default, it should be safe to enable RC6. So let's
give it a try.
Signed-off-by: Jesse Barnes <
[email protected]
>
Reviewed-by: Ben Widawsky <
[email protected]
>
Signed-off-by: Keith Packard <
[email protected]
>
drivers/gpu/drm/i915/i915_drv.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/i915_drv.c
b/drivers/gpu/drm/i915/i915_drv.c
index 4c9e92f8abc2f1cd58cc4cd91216ca4563c3d9e2..817fd9cbb113a8f3bd0098d1ff66028b6c23d162 100644
(file)
--- 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 = 1;
module_param_named(semaphores, i915_semaphores, int, 0600);
-unsigned int i915_enable_rc6 =
0
;
+unsigned int i915_enable_rc6 =
1
;
module_param_named(i915_enable_rc6, i915_enable_rc6, int, 0600);
unsigned int i915_enable_fbc = 0;