aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/ttm/ttm_bo_api.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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-04drm: 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-26drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König1-15/+1
2018-02-26drm/ttm: drop bo->globChristian König1-1/+2
2018-02-26drm/ttm: add bit flag TTM_OPT_FLAG_FORCE_ALLOCRoger He1-1/+3
2018-02-26drm/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-15drm/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-04drm/ttm: add io_mem_pfn callbackChristian König1-0/+11
2017-03-29drm/ttm: add ttm_bo_init_reservedNicolai Hähnle1-0/+54
2017-03-29drm/ttm: fix the documentation of ttm_bo_initNicolai Hähnle1-1/+5
2017-02-23Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+2
2017-01-27drm/ttm: add BO priorities for the LRUsChristian König1-0/+2
2017-01-14locking/atomic, kref: Kill kref_sub()Peter Zijlstra1-14/+1
2016-10-28Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/drm-intel into drm-nextDave Airlie1-1/+1
2016-10-25drm/ttm: make eviction decision a driver callback v2Christian König1-0/+13
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson1-1/+1
2016-09-14drm/ttm: move placement structures into ttm_placement.hChristian König1-31/+1
2016-07-26Backmerge tag 'v4.7' into drm-nextDave Airlie1-0/+14
2016-07-07drm/ttm: remove TTM_BO_PRIV_FLAG_MOVINGChristian König1-2/+2
2016-07-01drm/ttm: Make ttm_bo_mem_compat availableSinclair Yeh1-0/+14
2016-05-04drm/ttm: remove lazy parameter from ttm_bo_waitChristian König1-1/+1