summaryrefslogtreecommitdiff
path: root/include/drm/ttm/ttm_bo_api.h
AgeCommit message (Expand)AuthorFilesLines
2020-11-09drm/ttm: Add vmap/vunmap to TTM and TTM GEM helpersThomas Zimmermann1-0/+28
2020-11-04drm/ttm: replace context flags with bools v2Christian König1-7/+6
2020-11-04drm/ttm: rework no_retry handling v2Christian König1-0/+2
2020-10-07drm/vmwgfx: move ttm_bo_swapout_all into vmwgfxChristian König1-1/+0
2020-10-07drm/ttm: drop glob parameter from ttm_bo_swapoutChristian König1-2/+1
2020-10-07drm/ttm: nuke ttm_bo_evict_mm and rename mgr function v3Christian König1-20/+0
2020-09-24drm/ttm: remove ttm_bo_createChristian König1-24/+0
2020-09-24drm/ttm: add ttm_bo_pin()/ttm_bo_unpin() v2Christian König1-0/+26
2020-09-24drm/ttm: remove persistent_swap_storageChristian König1-4/+0
2020-09-23drm/ttm: add bo wait that takes a ctx wrapper.Dave Airlie1-0/+5
2020-09-17drm/ttm: drop evicted from ttm_bo.Dave Airlie1-1/+0
2020-09-17drm/ttm: protect against reentrant bind in the driversDave Airlie1-1/+0
2020-09-17drm/ttm: some cleanupsChristian König1-12/+0
2020-09-16drm/ttm: split bound/populated flags.Dave Airlie1-0/+1
2020-09-03drm/ttm: remove io_reserve_lru handling v3Christian König1-1/+0
2020-08-12Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-1/+1
2020-08-12drm/ttm: give resource functions their own [ch] filesChristian König1-62/+8
2020-08-06drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie1-5/+5
2020-08-06drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager.Dave Airlie1-3/+3
2020-08-06drm/ttm: drop man->bdev link.Dave Airlie1-4/+2
2020-08-06drm/ttm: make TTM responsible for cleaning system only.Dave Airlie1-28/+0
2020-08-06drm/ttm: purge old manager init path.Dave Airlie1-18/+0
2020-08-06drm/ttm: split the mm manager init code (v2)Dave Airlie1-0/+15
2020-07-29drm/ttm: ttm_bo_swapout_all doesn't use it's argument.Dave Airlie1-1/+1
2020-06-29Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst1-4/+0
2020-06-26drm/ttm: do not keep GPU dependent addressesNirmoy Das1-2/+0
2020-06-05drm: remove drm specific kmap_atomic codeIra Weiny1-4/+0
2020-03-24drm/ttm, drm/vmwgfx: Support huge TTM pagefaultsThomas Hellstrom (VMware)1-1/+2
2020-02-12drm/ttm: rework BO delayed delete. v2Christian König1-8/+3
2019-11-08drm/ttm: also export ttm_bo_vm_fault v2Christian König1-0/+6
2019-11-06drm/ttm: remove ttm_bo_wait_unreservedDaniel Vetter1-4/+0
2019-11-04drm/ttm: Convert vm callbacks to helpersThomas Hellstrom1-0/+14
2019-10-25drm/ttm: always keep BOs on the LRUChristian König1-24/+0
2019-10-25drm/ttm, drm/vmwgfx: move cpu_writers handling into vmwgfxChristian König1-32/+0
2019-10-17drm/ttm: rename ttm_fbdev_mmapGerd Hoffmann1-6/+4
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König1-6/+6
2019-08-06drm/ttm: drop ttm_buffer_object->resvGerd Hoffmann1-1/+0
2019-08-06drm/ttm: use gem vma_nodeGerd Hoffmann1-4/+0
2019-08-06drm/ttm: use gem reservation objectGerd Hoffmann1-1/+0
2019-08-06drm/ttm: add gem base objectGerd Hoffmann1-0/+23
2019-01-28drm/ttm: Remove ttm_bo_reference and ttm_bo_unrefThomas Zimmermann1-28/+0
2018-09-28drm/ttm: Export ttm_bo_get_unless_zero()Thomas Hellstrom1-0/+18
2018-08-27drm/ttm: add bulk move function on LRUHuang Rui1-0/+10
2018-08-27drm/ttm: revise ttm_bo_move_to_lru_tail to support bulk movesChristian König1-1/+5
2018-07-10drm/ttm: Introduce ttm_bo_get() and ttm_bo_put() for ref countingThomas Zimmermann1-1/+24
2018-03-22drm/ttm: Export the ttm_k[un]map_atomic_prot API.Thomas Hellstrom1-0/+4
2018-02-27drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König1-15/+1
2018-02-27drm/ttm: drop bo->globChristian König1-1/+2
2018-02-27drm/ttm: add bit flag TTM_OPT_FLAG_FORCE_ALLOCRoger He1-1/+3
2018-02-27drm/ttm: use bit flag to replace allow_reserved_eviction in ttm_operation_ctxRoger He1-2/+5