ACPI: enable C2 and Turbo-mode on Nehalem notebooks on A/C
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Linux |
Fix Released
|
Medium
|
|||
linux (Ubuntu) |
Fix Released
|
Medium
|
Andy Whitcroft | ||
Karmic |
Fix Released
|
Medium
|
Stefan Bader |
Bug Description
SRU Justification:
Impact: Not entering deeper C-states causes more heat and can cause systems to throttle or even to shut down.
Fix: This has been backported from upstream and made it into 2.6.32.7 for Lucid. It looks simple enough to not cause regressions.
---
Please backport the following patch into Karmic:
http://
From: Len Brown <email address hidden>
upstream in 2.6.33-rc: 5d76b6f6c17572e
Refreshed here for 2.6.32.y, applies w/ offset back to 2.6.29.y.
Linux has always ignored ACPI BIOS C2 with exit latency > 100 usec,
and the ACPI spec is clear that is correct FADT-supplied C2.
However, the ACPI spec explicitly states that _CST-supplied C-states
have no latency limits.
So move the 100usec C2 test out of the code shared
by FADT and _CST code-paths, and into the FADT-specific path.
This bug has not been visible until Nehalem, which advertises
a CPU-C2 worst case exit latency on servers of 205usec.
That (incorrect) figure is being used by BIOS writers
on mobile Nehalem systems for the AC configuration.
Thus, Linux ignores C2 leaving just C1, which is
saves less power, and also impacts performance
by preventing the use of turbo mode.
Changed in linux: | |
status: | Unknown → Fix Released |
Changed in linux (Ubuntu): | |
importance: | Undecided → Medium |
status: | New → Triaged |
Changed in linux (Ubuntu Karmic): | |
assignee: | nobody → Stefan Bader (stefan-bader-canonical) |
importance: | Undecided → Medium |
status: | New → Fix Committed |
Changed in linux (Ubuntu): | |
status: | Triaged → Fix Committed |
assignee: | nobody → Andy Whitcroft (apw) |
description: | updated |
Changed in linux: | |
importance: | Unknown → Medium |
Many new Intel Core i7 laptops will not work correctly unless this patch is applied.