summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_buddy.c
Commit message (Expand)AuthorAgeFilesLines
* 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