summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm/ttm_bo.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-19drm/ttm: refactor out common code to setup a new tt backed resourceDave Airlie1-9/+3
2020-10-15drm/ttm: nuke caching placement flagsChristian König1-40/+4
2020-10-07drm/vmwgfx: move ttm_bo_swapout_all into vmwgfxChristian König1-11/+0
2020-10-07drm/ttm: drop glob parameter from ttm_bo_swapoutChristian König1-2/+3
2020-10-07drm/ttm: nuke ttm_bo_evict_mm and rename mgr function v3Christian König1-18/+0
2020-10-07drm/ttm: make move callback compulstoryDave Airlie1-12/+1
2020-09-24drm/ttm: handle the SYSTEM->TT path in same place as others.Dave Airlie1-12/+9
2020-09-24drm/ttm: remove TTM_PL_FLAG_NO_EVICTChristian König1-8/+3
2020-09-24drm/ttm: remove ttm_bo_createChristian König1-40/+0
2020-09-24drm/ttm: add ttm_bo_pin()/ttm_bo_unpin() v2Christian König1-3/+6
2020-09-24drm/ttm: remove persistent_swap_storageChristian König1-1/+1
2020-09-23drm/ttm: stop dangerous caching attribute changeChristian König1-3/+2
2020-09-17drm/ttm: drop evicted from ttm_bo.Dave Airlie1-4/+0
2020-09-17drm/ttm/drivers: call the bind function directly.Dave Airlie1-1/+0
2020-09-17drm/ttm: move unbind into the tt destroy.Dave Airlie1-1/+0
2020-09-17drm/ttm: protect against reentrant bind in the driversDave Airlie1-18/+2
2020-09-17drm/ttm: some cleanupsChristian König1-4/+3
2020-09-16drm/ttm: move ttm binding/unbinding out of ttm_tt paths.Dave Airlie1-1/+30
2020-09-16drm/ttm: split populate out from binding.Dave Airlie1-1/+5
2020-09-16drm/ttm: tt destroy move null check to outer function.Dave Airlie1-0/+2
2020-09-16drm/ttm: wrap tt destroy. (v2)Dave Airlie1-6/+9
2020-09-15drm/ttm: remove available_cachingChristian König1-6/+2
2020-09-15drm/ttm: remove default cachingChristian König1-3/+0
2020-09-11drm/ttm: nuke memory type flagsChristian König1-72/+14
2020-09-08drm/ttm: merge offset and base in ttm_bus_placementChristian König1-3/+0
2020-09-07drm/ttm: remove bdev from ttm_ttDave Airlie1-4/+4
2020-09-03drm/ttm: remove io_reserve_lru handling v3Christian König1-30/+4
2020-09-03drm/ttm: make sure that we always zero init mem.bus v2Christian König1-0/+9
2020-08-20drm/ttm: fix broken merge between drm-next and drm-misc-nextChristian König1-1/+1
2020-08-12Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-5/+20
2020-08-12drm/ttm: give resource functions their own [ch] filesChristian König1-113/+11
2020-08-12drm/ttm: rename ttm_resource_manager_func callbacksChristian König1-4/+4
2020-08-12drm/ttm: revert "drm/ttm: make TT creation purely optional v3"Christian König1-9/+28
2020-08-06drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie1-13/+13
2020-08-06drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager.Dave Airlie1-33/+33
2020-08-06drm/ttm: add a wrapper for checking if manager is in useDave Airlie1-1/+1
2020-08-06drm/ttm: drop type manager has_typeDave Airlie1-5/+3
2020-08-06drm/ttm: drop list of memory managers from device. (v2)Dave Airlie1-3/+3
2020-08-06drm/ttm: drop man->bdev link.Dave Airlie1-4/+2
2020-08-06drm/ttm: rename manager variable to make sure wrapper is used.Dave Airlie1-1/+1
2020-08-06drm/ttm: add wrapper to get manager from bdev.Dave Airlie1-17/+17
2020-08-06drm/ttm: make TTM responsible for cleaning system only.Dave Airlie1-50/+4
2020-08-06drm/ttm: start allowing drivers to use new takedown path (v2)Dave Airlie1-5/+7
2020-08-06drm/ttm: make some inline helper functions for cleanup paths. (v2)Dave Airlie1-4/+2
2020-08-06drm/ttm: pass man around instead of mem_type in some placesDave Airlie1-8/+6
2020-08-06drm/ttm: purge old manager init path.Dave Airlie1-19/+0
2020-08-06drm/ttm: convert system manager init to new code.Dave Airlie1-13/+17
2020-08-06drm/ttm: split the mm manager init code (v2)Dave Airlie1-14/+20
2020-08-06drm/ttm: export memory type debug entrypoint.Dave Airlie1-6/+7
2020-08-06drm/ttm: use a helper for unlocked moves to the lru tailDave Airlie1-6/+2