projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
016b9b6
)
drm/i915: Enable i915 frame buffer compression by default
author
Keith Packard
<keithp@keithp.com>
Fri, 8 Jul 2011 17:29:42 +0000
(10:29 -0700)
committer
Keith Packard
<keithp@keithp.com>
Fri, 8 Jul 2011 17:29:42 +0000
(10:29 -0700)
We'll try again with the new fixes. Prepare to see this reverted when
we get regression reports...
Signed-off-by: Keith Packard <keithp@keithp.com>
drivers/gpu/drm/i915/i915_drv.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/i915/i915_drv.c
b/drivers/gpu/drm/i915/i915_drv.c
index ec4308d765c577787d68dc6c121965ba0c95549a..629d24ca73e28e6b357df32f8e147b619fc0a27e 100644
(file)
--- a/
drivers/gpu/drm/i915/i915_drv.c
+++ b/
drivers/gpu/drm/i915/i915_drv.c
@@
-55,7
+55,7
@@
module_param_named(semaphores, i915_semaphores, int, 0600);
unsigned int i915_enable_rc6 = 1;
module_param_named(i915_enable_rc6, i915_enable_rc6, int, 0600);
-unsigned int i915_enable_fbc =
0
;
+unsigned int i915_enable_fbc =
1
;
module_param_named(i915_enable_fbc, i915_enable_fbc, int, 0600);
unsigned int i915_lvds_downclock = 0;