aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/drm2/drm_scatter.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* Eliminate the arena parameter to kmem_free(). Implicitly this corrects anAlan Cox2018-08-251-1/+1
* Revert drm2 removal.Warner Losh2018-08-241-0/+136
* Remove legacy drm and drm2 from treeMatt Macy2018-08-221-136/+0
* Eliminate the unused arena parameter from kmem_alloc_attr().Alan Cox2018-08-181-2/+2
* Use atop() instead of OFF_TO_IDX() for convertion of addresses orKonstantin Belousov2017-03-141-1/+1
* drm: Update the device-independent code to match Linux 3.8.13Jean-Sébastien Pédron2015-03-171-47/+54
* Replace kernel virtual address space allocation with vmem. This providesJeff Roberson2013-08-071-2/+2
* Add the code for new Intel GPU driver, which supports GEM, KMS andKonstantin Belousov2012-05-221-0/+129