aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_ttm_buddy_manager.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-21drm/i915/buddy: sanity check the sizeMatthew Auld1-0/+1
2022-03-16drm/i915/ttm: wire up the object offsetMatthew Auld1-1/+2
2022-03-01drm/i915/selftests: exercise mmap migrationMatthew Auld1-0/+10
2022-02-28drm/i915/buddy: tweak 2big checkMatthew Auld1-1/+1
2022-02-28drm/i915/buddy: adjust res->startMatthew Auld1-0/+7
2022-02-28drm/i915/buddy: track available visible sizeMatthew Auld1-1/+67
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