The Generic USB Display Driver Taking Shape For Linux 5.9~5.10

Written by Michael Larabel in Hardware on 30 May 2020 at 07:00 AM EDT. 11 Comments
HARDWARE
One of the interesting new happenings in the Direct Rendering Manager (DRM) driver space is a Generic USB Display stack including a USB gadget driver that together allow for some interesting generic USB display setups. This work was motivated by being able to turn a $5 Raspberry Pi Zero into a USB to HDMI display adapter.

Longtime DRM developer Noralf Trønnes has been working on this Generic USB Display Driver over the past number of weeks and it's working out quite well so far for DIY USB-to-HDMI adapters, etc. Here is a video he previously shared of this code in action:


While much of his work has been done with Raspberry Pi boards, this code is designed to be "generic" and can be adapted to other USB vendor/product IDs to bind against. He's also been toying with a microcontroller-based USB display.

Since my earlier writing about this effort, he's now spun up a new version of the patches. He's also spun up a Raspberry Pi image with the USB gadget side code for easy testing. With that image loaded on the Raspberry Pi and then a patched host system, it's possible to easily make use of this Generic USB Display driver. He also now has a USB product/device ID that was reserved by the OpenMoko crew and now donated to this cause that is otherwise unused for any other hobbyists wanting to tinker with their own USB display adapters and don't want to clash with other drivers/hardware.

Noralf is hoping to see the host driver patches merged for Linux 5.9. For the USB gadget patches he is meanwhile hoping for Linux 5.10 due to the complexities of landing both drivers during the same merge window, particularly with all of the DRM churn. But there is a chance we could see both sides of this driver work make it into Linux 5.9.

Those wanting to learn more about this latest Generic USB Display driver work for Linux can see this mailing list post.
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