diff options
author | Keith Packard <keithp@keithp.com> | 2011-07-08 19:29:42 +0200 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-07-08 19:29:42 +0200 |
commit | c7c369472dad852f6fe06a8be94dea72de784934 (patch) | |
tree | 99525541448c152bad86c88632393b08ff58f782 /drivers | |
parent | drm/i915: Share the common work of disabling active FBC before updating (diff) | |
download | linux-c7c369472dad852f6fe06a8be94dea72de784934.tar.xz linux-c7c369472dad852f6fe06a8be94dea72de784934.zip |
drm/i915: Enable i915 frame buffer compression by default
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>
Diffstat (limited to 'drivers')
-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 ec4308d765c5..629d24ca73e2 100644 --- 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; |