diff options
-rw-r--r-- | drivers/gpu/drm/i915/i915_drv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c index 6dc00a190669..beb295634a49 100644 --- a/drivers/gpu/drm/i915/i915_drv.c +++ b/drivers/gpu/drm/i915/i915_drv.c | |||
@@ -141,9 +141,9 @@ module_param_named(fastboot, i915_fastboot, bool, 0600); | |||
141 | MODULE_PARM_DESC(fastboot, "Try to skip unnecessary mode sets at boot time " | 141 | MODULE_PARM_DESC(fastboot, "Try to skip unnecessary mode sets at boot time " |
142 | "(default: false)"); | 142 | "(default: false)"); |
143 | 143 | ||
144 | int i915_enable_pc8 __read_mostly = 0; | 144 | int i915_enable_pc8 __read_mostly = 1; |
145 | module_param_named(enable_pc8, i915_enable_pc8, int, 0600); | 145 | module_param_named(enable_pc8, i915_enable_pc8, int, 0600); |
146 | MODULE_PARM_DESC(enable_pc8, "Enable support for low power package C states (PC8+) (default: false)"); | 146 | MODULE_PARM_DESC(enable_pc8, "Enable support for low power package C states (PC8+) (default: true)"); |
147 | 147 | ||
148 | int i915_pc8_timeout __read_mostly = 5000; | 148 | int i915_pc8_timeout __read_mostly = 5000; |
149 | module_param_named(pc8_timeout, i915_pc8_timeout, int, 0600); | 149 | module_param_named(pc8_timeout, i915_pc8_timeout, int, 0600); |