VESA BIOS Extension DRM Kernel Driver Released

Posted by Michael Larabel on January 27, 2013

David Herrmann, the open-source developer that has made it a personal crusade to kill the Linux kernel console and to replace it with a user-space solution, has published the code to a new DRM kernel mode-setting driver. This new kernel driver is a generic VESA BIOS Extension DRM implementation like the vesafb VESA frame-buffer driver.

Herrmann already has been responsible for KMSCON - a DRM-based terminal emulator, a frame-buffer driver for kernel logs, Wayland virtual terminal work, and the Wayland native terminal emulator, as part of this CONFIG_VT-killing conquest for the Linux kernel.

This new driver uses the VESA BIOS Extensions for controlling the display device. This driver doesn't do much by itself but relies upon VBE and for the mode-setting to be done during the boot-process by the architecture/BIOS code. This is similar to how the VESA frame-buffer driver operates already within the Linux kernel and doesn't support run-time mode-setting.

The new open-source driver exposes a single CRTC+Encoder+Connector combination that user-space can use for tapping the VBE frame-buffer. The driver is rudimentary and doesn't support page-flipping and also requires the explicit marking of dirty buffers for updating to the frame-buffer.

Buffer objects are done using shared memory (SHMEM) and theoretically this driver could be extended to support PRIME.

David's commit message for this VBE driver says:
This driver is a very basic DRM driver with roughly the same functionality as vesafb but with a userspace API that doesn't suck. It is part of my effort to replace the linux console with a user-space replacement. This driver is basically meant as a replacement for vesafb+fbcon. I am still working on a "drmlog" driver which can show the kernel-log (panics, oopses, ...) on all connected monitors via the in-kernel DRM API. As I want to avoid using the fbdev API, I thought a VBE DRM driver would be a really useful thing to have as it works on all x86 hardware. I previously sent patches for an "fblog" driver which does exactly that by using the in-kernel fbdev notifier. However, the fbdev notifiers are so racy that I decided to do that with DRM instead.

This driver currently lacks any shared-resource-control so you should not use it in parallel with i915/nouveau/radeon/etc. We would have to add some mechanism to unload it when a conflicting driver gets loaded.

We might also add some driver-specific ioctls to introduce real modesetting like uvesafb provides so user-space can perform the VBE BIOS calls. However, I don't really care for this as I am totally fine with the vga= kernel command-line.

There is still some stuff missing (unload on conflicting drivers) which I will work on in the following weeks but I thought I'd first try to get some comments from other developers. I tested this on a nvidia nv50 and i915 gen3 card and it worked fine. Comments are welcome!
The driver is 1,195 lines of new code for the Linux kernel. The initial version of this VBE DRM driver can be found on the DRI mailing list. It's possible that it could move into the staging area for the Linux 3.9 kernel, although it's not clear if the initial driver will be ready for this next merge window.

VESA BIOS Extensions are supported by basically every major graphics card on the market and this driver should work on basically any x86 system. VBE 3.0 has been a VESA standard going back to 1998.

Discuss this article in our forums, IRC channel, or email the author. You can also follow our content via RSS and on social networks like Facebook, Identi.ca, and Twitter (@Phoronix and @MichaelLarabel). Subscribe to Phoronix Premium to view our content without advertisements, view entire articles on a single page, and experience other benefits.
Latest Hardware Reviews
  1. Intel Haswell HD Graphics 4600 vs. AMD Radeon Graphics On Linux
  2. Intel Haswell HD Graphics 4600 Performance On Ubuntu Linux
  3. Intel Core i7 4770K "Haswell" Benchmarks On Ubuntu Linux
  4. The First Experience Of Intel Haswell On Linux
Latest Software Articles
  1. Optimized Binaries Provide Great Benefits For Intel Haswell
  2. 11-Way Linux, BSD Platform Comparison
  3. SNA Acceleration Works Great For Intel Core i7 Haswell
  4. The Linux Evolution For Intel Haswell's Performance
Latest Linux News
  1. Ubuntu Announces Carrier Advisory Group
  2. Qt 5.1 Release Candidate 1 Has Arrived
  3. In-Fighting Continues Over Mir On Non-Unity Ubuntu
  4. Subversion 1.8 Presents New Features
  5. LLVM 3.3 Officially Released
  6. LLVM/Clang Now Uses Loop Vectorizer At New Levels
  7. Intel GPU Driver Tries To Rip Out FBDEV Support
  8. Coreboot Doing AMD USB 3.0, Q35 QEMU Emulation
  9. VP9 Codec Now Enabled By Default In Chrome
  10. openSUSE 13.1 M2 Plays On PulseAudio 4.0
  11. Debian 7.1 Rounds In Some Bug-Fixes
Latest Forum Talk
  1. In-Fighting Continues Over Mir On Non-Unity Ubuntu
  2. Mir Still Causing Concerns By Ubuntu Derivatives
  3. Ubuntu Announces Carrier Advisory Group
  4. Intel Haswell-Based Apple MacBook Air, HD 5000...
  5. Intel GPU Driver Tries To Rip Out FBDEV Support
  6. Vote for GOG to add Linux versions of games they...
  1. Computers
  2. Display Drivers
  3. Graphics Cards
  4. Motherboards
  5. Peripherals
  6. Processors
  7. Software
  8. Operating Systems
  9. All Articles
  1. Linux Benchmarking
  2. OpenBenchmarking.org
  3. Phoronix Test Suite