Improving Linux DRM For Embedded Systems

Written by Michael Larabel in Linux Kernel on 13 April 2012 at 07:41 AM EDT. 1 Comment
LINUX KERNEL
A set of Direct Rendering Manager patches have appeared to ease the development of targeting DRM drivers for embedded systems. There's also two new DRM drivers using this SDRM layer.

These patches for DRM on embedded systems provide "helpers" to take care of the DRM device and introduce an "SDRM" layer. The helpers can setup the CRTCs, encoders, connectors, and other components as separate devices rather than having the current monolithic design to a DRM driver. This work is based upon some of the Exynos driver patches by Samsung but was written by Sascha Hauer of the German-based Pengutronix.

Sascha was writing a new DRM driver when realizing it shared much common code with the Exynos driver, so he's generalized it into this DRM helper set. Last month I wrote that Sascha Hauer was working on a new DRM driver and it turns out with this DRM helpers work he's written i.MX LCDC and Intel (Marvell) PXA2xx drivers, both of which are described as "very simple last-decade-embedded-lcd-controllers." These new drivers have been tested against the xf86-video-modesetting driver for X.Org usage along with a custom KMS testing tool and libdrm tests.

As said in Hauer's mailing list message, "The drivers posted here are mostly created for demonstration purpose and to give a template for other drivers, but the motivation for creating this layer was the i.MX5/6 IPU (Image Processing Unit) which has two crts (four
on i.MX6), several on-SoC encoders and overlay possibilities. So this layer should not be limited to the real 'simple' cases...The sdrm patches currently have some limitations, but they should be enough for being useful and to present it to a wider audience."

The DRM helpers support is spread into seven patches with adding an SDRM layer for general embedded systems support (the layer allows for creating simple DRM devices), the i.MX KMS driver, and the PXA KMS driver. As far as how this eases development, the i.MX KMS driver is a mere 525 lines of code while the PXA LCDC KMS driver is 863 lines of code.

While there's been good embedded/mobile DRM news this week with this news here, the open-source ARM Mali driver milestone, and a NVIDIA TEGRA DRM/KMS driver, there still is an exciting GPU driver code drop that Phoronix will get to break the news on today or tomorrow.
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