GPU Switching Goes For The Gold: Mainline Inclusion

Written by Michael Larabel in Linux Kernel on 26 February 2010 at 06:44 AM EST. 8 Comments
LINUX KERNEL
At the start of the month we talked about GPU switching coming to Linux in a crude form that allowed notebooks with dual GPUs (one being a low-power, low-performance integrated chip and the other being the more performance-oriented GPU that's power hungry) to be switched from without the need for a reboot in Linux. This initial work was just a collection of hacks by David Airlie and it required VT switching after killing the X Server, etc. It also didn't power down the unused GPU. However, as the days passed, this code did more and delayed GPU switching came too.

The Linux GPU switching (a.k.a. "Hybrid Graphics") still isn't as clean of a solution as what can be found with the Windows 7 support where GPUs can be switched between in real-time, but that's because of limitations with the current X.Org Server. However, with the Linux 2.6.33 kernel having just been released, David is hoping to finish off this work that he calls "vga_switcheroo" and to push it into the mainline Linux kernel.

The vga_switcheroo kernel code is now up to its 13th revision with some of the later changes being ATRM support for the Radeon BIOS, a fix for resuming the Intel GPU, and avoid putting an already inactive GPU through suspend-and-resume. David Airlie talked about the revival of this work on his blog. This Red Hat engineer has also started pushing patches on the DRI development list as well as the Linux kernel mailing list.

Assuming some of the remaining issues are cleared up in this code, GPU switching in the form of vga_switcheroo should be here with the Linux 2.6.34 kernel release.
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