Hacker News new | ask | show | jobs
by lhl 4143 days ago
Sadly, the kernel driver is of limited use since the user-space driver is what does everything.

Some more info: http://www.phoronix.com/scan.php?page=news_item&px=MTY3OTM

1 comments

Exactly - the open source kernel driver is just a gateway for the user space driver to access the hardware. The real magic is in the closed source, user space driver.

I believe Linus has stopped accepting these kinds of Trojan horse drivers into the mainline kernel, unless an open source user space component that does at least handle 2D graphics through it is also available.