]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
drm/i915: switch disable_power_well default value to 1
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Wed, 3 Jul 2013 20:12:13 +0000 (17:12 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 9 Jul 2013 14:31:48 +0000 (16:31 +0200)
Now that the audio driver is using our power well API, everything
should be working correctly, so let's give it a try.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_drv.c

index 062cbda1bf4a6c76acb4a0086209161d2b5d5bf7..f4af1ca0fb62d82827213d51461d9642f0cf33cf 100644 (file)
@@ -123,10 +123,10 @@ module_param_named(preliminary_hw_support, i915_preliminary_hw_support, int, 060
 MODULE_PARM_DESC(preliminary_hw_support,
                "Enable preliminary hardware support. (default: false)");
 
-int i915_disable_power_well __read_mostly = 0;
+int i915_disable_power_well __read_mostly = 1;
 module_param_named(disable_power_well, i915_disable_power_well, int, 0600);
 MODULE_PARM_DESC(disable_power_well,
-                "Disable the power well when possible (default: false)");
+                "Disable the power well when possible (default: true)");
 
 int i915_enable_ips __read_mostly = 1;
 module_param_named(enable_ips, i915_enable_ips, int, 0600);