summaryrefslogtreecommitdiff
path: root/include/drm/ttm/ttm_bo_api.h
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-10drm/ttm: remove ttm_bo_default_io_mem_pfnTan Xiaojun1-11/+0
2017-12-28drm/ttm: enable swapout for reserved BOs during allocationRoger He1-1/+2
2017-12-27drm/ttm: call ttm_bo_swapout directly when ttm shrinkRoger He1-0/+1
2017-12-16drm/ttm: add allow_reserved_eviction and resv into ttm_operation_ctxRoger He1-0/+4
2017-12-06drm/ttm: add number of bytes moved to the operation contextChristian König1-0/+1
2017-12-06drm/ttm: use an operation ctx for ttm_bo_init_reservedChristian König1-3/+2
2017-12-06drm/ttm: add operation ctx to ttm_bo_validate v2Christian König1-4/+16
2017-12-06drm/ttm: remove cur_placementChristian König1-1/+0
2017-12-06drm/ttm: cleanup coding style in ttm_bo_api.hChristian König1-77/+54
2017-04-05drm/ttm: add io_mem_pfn callbackChristian König1-0/+11