[Bug 516325] [NEW] ACPI: enable C2 and Turbo-mode on Nehalem notebooks on A/C

Alex Chiang ubuntu at chizang.net
Tue Feb 2 23:29:29 UTC 2010


Public bug reported:

Please backport the following patch into Karmic:

http://lkml.org/lkml/2010/1/26/368

From: Len Brown <len.brown at intel.com>

upstream in 2.6.33-rc:  5d76b6f6c17572e662f5c99c2023adae92100855

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.

http://bugzilla.kernel.org/show_bug.cgi?id=15064

** Affects: linux
     Importance: Unknown
         Status: Unknown

** Affects: linux (Ubuntu)
     Importance: Undecided
         Status: New

** Bug watch added: Linux Kernel Bug Tracker #15064
   http://bugzilla.kernel.org/show_bug.cgi?id=15064

** Also affects: linux via
   http://bugzilla.kernel.org/show_bug.cgi?id=15064
   Importance: Unknown
       Status: Unknown

-- 
ACPI: enable C2 and Turbo-mode on Nehalem notebooks on A/C
https://bugs.launchpad.net/bugs/516325
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to Linux.




More information about the kernel-bugs mailing list