freebsd-dev/sys/modules/drm2
Jean-Sébastien Pédron 455fa6518a drm: Update the device-independent code to match Linux 3.8.13
This update brings few features:
    o  Support for the setmaster/dropmaster ioctls. For instance, they
       are used to run multiple X servers simultaneously.
    o  Support for minor devices. The only user-visible change is a new
       entry in /dev/dri but it is useless at the moment. This is a
       first step to support render nodes [1].

The main benefit is to greatly reduce the diff with Linux (at the
expense of an unreadable commit diff). Hopefully, next upgrades will be
easier.

No updates were made to the drivers, beside adapting them to API
changes.

[1] https://en.wikipedia.org/wiki/Direct_Rendering_Manager#Render_nodes

Tested by:	Many people
MFC after:	1 month
Relnotes:	yes
2015-03-17 18:50:33 +00:00
..
drm2 drm: Update the device-independent code to match Linux 3.8.13 2015-03-17 18:50:33 +00:00
i915kms An update for the i915 GPU driver, which brings the code up to Linux 2015-01-21 16:10:37 +00:00
radeonkms drm: Update the device-independent code to match Linux 3.8.13 2015-03-17 18:50:33 +00:00
radeonkmsfw drm: Allow parallel builds of drivers and firmwares 2015-03-04 20:47:43 +00:00
Makefile drm: Update the device-independent code to match Linux 3.8.13 2015-03-17 18:50:33 +00:00
Makefile.inc