For more information, join the team subscribe to the mailing list 
at the bottom of the Launchpad page

    http://launchpad.net/~hybrid-graphics-linux 

Please join this team if you are new by clicking on the "Join 
Team" link at the right of the Launchpad page. It's important to 
have as many users in the community as possible to request for 
appropriate support.

Friday 26 February 2010

GPU Switching Goes For The Gold: Mainline Inclusion @ www.phoronix.com

Nice to see "Hybrid Graphics" Linux being mentioned in www.phoronix.com!

Now the aim of the Team http://launchpad.net/~hybrid-graphics-linux goes beyond switchable graphics, and includes heterogeneous platform computing ideas like OpenCL and parallel computing ideas like CUDA. But switchable graphics is the first natural step in filling the Linux feature space in this area.

[Phoronix] GPU Switching Goes For The Gold: Mainline Inclusion
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.

Followers