The DRM Pull Request For The Linux 2.6.39 Kernel

Written by Michael Larabel in Linux Kernel on 17 March 2011 at 09:52 AM EDT. 3 Comments
LINUX KERNEL
David Airlie has just emailed Linus Torvalds with his main DRM (Direct Rendering Manager) pull request for the Linux 2.6.39 kernel that 2.6.38 was released earlier this week. As was mentioned a few days ago, the Linux 2.6.39 kernel will feature a number of interesting changes to the open-source graphics drivers, among other areas.

When it comes to the Radeon DRM driver in Linux 2.6.39, the main addition this time around is the Cayman GPU support. AMD published the patches earlier this month for Radeon HD 6900 series open-source support in the DRM/KMS driver, but there is currently no 2D/3D/video acceleration support with this code. For the R600 series, there is now tiling support that's enabled (it's already been this way for R300~R500 ASICs) along with predication support.

The Nouveau DRM driver for reverse-engineered open-source NVIDIA GeForce/Quadro support has KMS page-flipping now enabled by default (big performance win!) plus Z-compression. There aren't any other major changes and the GeForce 400/500 "Fermi" support in Nouveau still requires non-free firmware at this point.

Intel's DRM driver has a big i855 fix, output setup re-factoring, and miscellaneous other fixes. There is still no Intel G45 VA-API support. The older Intel i830 DRM driver has also been dropped completely in the Linux 2.6.39 kernel.

Some of the shared core changes to the Direct Rendering Manager in the Linux 2.6.39 kernel is removing the Big Kernel Lock (BKL) need, support for USB DRM drivers (to allow USB graphics devices such as those from DisplayLink), and a generic DRM capabilities ioctl. The TTM (Translation Table Maps) kernel memory manager for the Radeon and Nouveau drivers now has Xen Dom0 support. The TTM support in Xen Dom0 was worked on by Oracle back in January.

David's 2.6.39 DRM pull request can be found on the dri-devel mailing list.
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