Linux 3.5 Kernel Power Regression Spotted

Written by Michael Larabel in Linux Kernel on 31 July 2012 at 06:33 PM EDT. 7 Comments
LINUX KERNEL
Following yesterday's news of a massive power regression within the Linux 3.5 kernel, James Bottomley has uncovered the kernel commit causing excessive power usage.

The cause of this latest Linux kernel power regression in 3.5 compared to Linux 3.4 is 2911a35b2e4eb87ec48d03aeb11f019e51ae3c0d, or more easily it's "drm/i915: use semaphores for the display plane." This commit to the Intel DRM graphics driver for using semaphores for the display plane is what's causing select hardware to burn through much more power than its predecessor.

To the contrary, the commit message for the i915 driver commit actually advertises this kernel change as possibly causing power and performance improvements. "In theory this will have performance and power improvements. Performance because we don't need to stall when the scanout BO is busy, and power because we don't have to stall when the BO is busy (and the ring can even go to sleep if the HW supports it)."

Bottomley mentioned this problematic commit in this mailing list message and now Intel developers are working on figuring out a fix for this non-trivial commit.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week