summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_buddy.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-06drm/buddy: fix range biasMatthew Auld1-0/+10
2023-08-09drm/buddy: Fix drm buddy info output formatMa Jun1-4/+4
2023-03-29drm: buddy_allocator: Fix buddy allocator init on 32-bit systemsDavid Gow1-2/+2
2023-01-12drm: Optimize drm buddy top-down allocation methodArunpravin Paneer Selvam1-27/+54
2022-04-11drm: add a check to verify the size alignmentArunpravin Paneer Selvam1-0/+3
2022-02-23drm/selftests: add drm buddy alloc range testcaseArunpravin1-4/+21
2022-02-22drm: implement a method to free unused pagesArunpravin1-0/+69
2022-02-22drm: implement top-down allocation methodArunpravin1-5/+31
2022-02-22drm: improve drm_buddy_alloc functionArunpravin1-77/+215
2022-01-19drm: move the buddy allocator from i915 into common drmArunpravin1-0/+535