summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_ttm_buddy_manager.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-22drm: implement a method to free unused pagesArunpravin1-0/+10
2022-02-22drm: implement top-down allocation methodArunpravin1-0/+3
2022-02-22drm: improve drm_buddy_alloc functionArunpravin1-34/+33
2022-01-26drm/ttm: add back a reference to the bdev to the res managerChristian König1-1/+1
2022-01-26drm/ttm: add ttm_resource_fini v2Christian König1-0/+2
2022-01-19drm: move the buddy allocator from i915 into common drmArunpravin1-16/+17
2021-08-20drm/i915/buddy: add some pretty printingMatthew Auld1-1/+19
2021-06-30drm/i915: support forcing the page size with lmemMatthew Auld1-2/+12
2021-06-16drm/i915/ttm: add ttm_buddy_manMatthew Auld1-0/+248