Summary: | i915.powersave option is not respected in 2.6.36 | ||
---|---|---|---|
Product: | DRI | Reporter: | Fernando Lemos <fernandotcl> |
Component: | DRM/Intel | Assignee: | Chris Wilson <chris> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | jbarnes |
Version: | unspecified | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Fernando Lemos
2010-11-01 20:04:09 UTC
Technically this is a bug in modprobe not collating all module options at load time. i915_powersave was only ever read-only at runtime; 2.6.36 appears to be stricter in this regard and upsets your configuration. You can either fix modprobe, manually merge the module options in i915-kms.conf + local.conf, or apply this patch from -fixes: commit 0aa992777270f0ea7097170fa50a1d98615eb0d4 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Tue Nov 2 09:20:50 2010 +0000 drm/i915: Allow powersave modparam to be adjusted at runtime. 2.6.36 appears to respect the 0400 mode we assigned to the parameter preventing it from being adjusted after loading. However, this is safe to adjust at runtime. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=31311 Reported-by: Fernando Lemos <fernandotcl@gmail.com> Cc: stable@kernel.org Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.