"SimpleDRM" Driver Published For Simple KMS

Written by Michael Larabel in Linux Kernel on 24 June 2013 at 11:27 PM EDT. 4 Comments
LINUX KERNEL
David Herrmann, the Linux developer that has a mission to kill the Linux kernel console, published the code on Monday for a "SimpleDRM" graphics driver.

The SimpleDRM driver is the new name for his simple/generic DRM graphics driver. The driver was formerly known as the DVBE driver in his first version but renamed it as SimpleDRM, isnce it's supposed to be the most basic Direct Rendering Manager driver. SimpleDRM is similar to efifb.c, vesafb.c, offb.c, simplefb.c, and other simple graphics display drivers within the kernel.

The SimpleDRM driver only provides a single virtual CRTC+encoder+connector combination and allows user-space drivers to create one "dumb buffer" at a time and to attach it to this driver that's in compliant with the DRM/KMS APIs.

Overall, it's an interesting concept and his latest code can be currently found on the kernel mailing list and will hopefully be merged into an upcoming Linux kernel release.

Beyond David's VT killing endeavor, he also has an interesting Linux graphics summer project too.
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