summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_buddy.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-28drm/buddy: check range allocation matches alignmentMatthew Auld1-1/+5
2024-02-28drm/buddy: fix range biasMatthew Auld1-0/+10
2024-02-16drm/buddy: Modify duplicate list_splice_tail callArunpravin Paneer Selvam1-2/+2
2024-02-14drm/buddy: Fix alloc_range() error handling codeArunpravin Paneer Selvam1-0/+6
2023-09-29Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-14/+124
2023-09-11drm/buddy: Improve contiguous memory allocationArunpravin Paneer Selvam1-14/+124
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