summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_buddy.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2023-09-291-14/+124
|\
| * drm/buddy: Improve contiguous memory allocationArunpravin Paneer Selvam2023-09-111-14/+124
* | drm/buddy: Fix drm buddy info output formatMa Jun2023-08-091-4/+4
|/
* drm: buddy_allocator: Fix buddy allocator init on 32-bit systemsDavid Gow2023-03-291-2/+2
* drm: Optimize drm buddy top-down allocation methodArunpravin Paneer Selvam2023-01-121-27/+54
* drm: add a check to verify the size alignmentArunpravin Paneer Selvam2022-04-111-0/+3
* drm/selftests: add drm buddy alloc range testcaseArunpravin2022-02-231-4/+21
* drm: implement a method to free unused pagesArunpravin2022-02-221-0/+69
* drm: implement top-down allocation methodArunpravin2022-02-221-5/+31
* drm: improve drm_buddy_alloc functionArunpravin2022-02-221-77/+215
* drm: move the buddy allocator from i915 into common drmArunpravin2022-01-191-0/+535