diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-07-26 17:37:18 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-07-26 17:37:18 -0400 |
commit | 0f746650258187664a7afa1f708618f6599f6d76 (patch) | |
tree | 0c34864acddcc9196e17bdef38ddf01b4278144d /drivers/gpu/drm | |
parent | a9b5f023947a67d430a4db61a1e2bc7fc258aa72 (diff) | |
parent | 8e5c2b776ae4c35f54547c017e0a943429f5748a (diff) |
Merge tag 'pm+acpi-3.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Pull ACPI and power management fixes from Rafael Wysocki:
"These are just two fixes, a revert of the would-be backlight fix that
didn't work and an intel_pstate fix for two problems related to
maximum P-state selection.
Specifics:
- Revert of the ACPI video commit that I hoped would help fix
backlight problems related to Windows 8 compatibility on some
systems. Unfortunately, it turned out to cause problems to happen
too.
- Fix for two problems in intel_pstate, a possible failure to respond
to a load change on a quiet system and a possible failure to select
the highest available P-state on some systems. From Dirk
Brandewie"
* tag 'pm+acpi-3.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
Revert "ACPI / video / i915: No ACPI backlight if firmware expects Windows 8"
cpufreq / intel_pstate: Change to scale off of max P-state
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r-- | drivers/gpu/drm/i915/i915_dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_dma.c b/drivers/gpu/drm/i915/i915_dma.c index 67ec54f67afe..abf158da9b30 100644 --- a/drivers/gpu/drm/i915/i915_dma.c +++ b/drivers/gpu/drm/i915/i915_dma.c | |||
@@ -1648,7 +1648,7 @@ int i915_driver_load(struct drm_device *dev, unsigned long flags) | |||
1648 | if (INTEL_INFO(dev)->num_pipes) { | 1648 | if (INTEL_INFO(dev)->num_pipes) { |
1649 | /* Must be done after probing outputs */ | 1649 | /* Must be done after probing outputs */ |
1650 | intel_opregion_init(dev); | 1650 | intel_opregion_init(dev); |
1651 | acpi_video_register_with_quirks(); | 1651 | acpi_video_register(); |
1652 | } | 1652 | } |
1653 | 1653 | ||
1654 | if (IS_GEN5(dev)) | 1654 | if (IS_GEN5(dev)) |