summaryrefslogtreecommitdiff
path: root/sys/dev/drm2/drm_sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* Remove an extra argument to SYSCTL_FOREACHAndrew Turner2023-03-021-1/+1
* Use SYSCTL_FOREACH in drm2Andrew Turner2023-01-231-1/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (5 of many)Pawel Biernacki2020-02-161-12/+6
* Revert drm2 removal.Warner Losh2018-08-241-0/+403
* Remove legacy drm and drm2 from treeMatt Macy2018-08-221-403/+0
* drm: Update the device-independent code to match Linux 3.8.13Jean-Sébastien Pédron2015-03-171-38/+58
* Adjust printf format specifiers for dev_t and ino_t in kernel.Gleb Kurtsou2014-12-171-1/+2
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-1/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+1
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-1/+1
* Fix a compiler warning and add couple of VM map types.Jung-uk Kim2013-08-281-3/+21
* Add the code for new Intel GPU driver, which supports GEM, KMS andKonstantin Belousov2012-05-221-0/+364