aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_buddy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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