summaryrefslogtreecommitdiff
path: root/sys/dev/drm2/drm_scatter.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2022-09-22kmem_malloc/free: Use void * instead of vm_offset_t for kernel pointers.John Baldwin
2018-08-25Eliminate the arena parameter to kmem_free(). Implicitly this corrects anAlan Cox
2018-08-24Revert drm2 removal.Warner Losh
2018-08-22Remove legacy drm and drm2 from treeMatt Macy
2018-08-18Eliminate the unused arena parameter from kmem_alloc_attr().Alan Cox
2017-03-14Use atop() instead of OFF_TO_IDX() for convertion of addresses orKonstantin Belousov
2015-03-17drm: Update the device-independent code to match Linux 3.8.13Jean-Sébastien Pédron
2013-08-07Replace kernel virtual address space allocation with vmem. This providesJeff Roberson
2012-05-22Add the code for new Intel GPU driver, which supports GEM, KMS andKonstantin Belousov