aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/ttm (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-28drm/ttm: Export ttm_bo_get_unless_zero()Thomas Hellstrom1-0/+18
2018-09-27drm/ttm, drm/vmwgfx: Move the lock- and object functionality to the vmwgfx driverThomas Hellstrom2-602/+0
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-08-27drm/ttm: add helper structures for bulk moves on lru listChristian König1-0/+28
2018-08-01drm/ttm: Add ttm_set_pages_wc and ttm_set_pages_uc helperHuang Rui1-0/+22
2018-07-27drm/ttm: add ttm_set_memory header (v2)Huang Rui1-0/+128
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-03-14drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König2-16/+12
2018-03-14drm/ttm: add ttm_bo_pipeline_guttingChristian König1-0/+9
2018-03-14drm/ttm: add ttm_sg_tt_initChristian König1-0/+2
2018-03-14drm/ttm: move ttm_tt defines into ttm_tt.hChristian König2-236/+273
2018-02-26drm/ttm: move ttm_tt_create into ttm_tt.c v2Christian König1-0/+11
2018-02-26drm/ttm: check if free mem space is under the lower limitRoger He1-0/+5
2018-02-26drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König1-15/+1
2018-02-26drm/ttm: drop ttm->dummy_read_pageChristian König1-13/+4
2018-02-26drm/ttm: drop ttm->globChristian König1-1/+0
2018-02-26drm/ttm: drop bo->globChristian König2-3/+4
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-02-19drm/ttm: add ttm_tt_populate wrapperChristian König1-0/+9
2018-02-19drm/ttm: Allow page allocations w/o triggering OOM..Andrey Grodzovsky1-0/+4
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-28drm/ttm: use an operation ctx for ttm_tt_bindRoger He1-1/+2
2017-12-28drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He2-6/+10
2017-12-27drm/ttm: use an operation ctx for ttm_mem_global_alloc_pageRoger He1-1/+2
2017-12-27drm/ttm: use an operation ctx for ttm_mem_global_allocRoger He1-1/+2
2017-12-27drm/ttm: call ttm_bo_swapout directly when ttm shrinkRoger He3-69/+2
2017-12-15drm/ttm: use an ttm operation ctx for ttm_bo_move_xxxRoger He1-2/+2
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: add context to driver move callback as wellChristian König1-4/+2
2017-12-06drm/ttm: use an operation context for ttm_bo_mem_space v2Christian König1-2/+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 ttm_bo_driver.hChristian König1-60/+54
2017-12-06drm/ttm: cleanup coding style in ttm_bo_api.hChristian König1-77/+54
2017-12-06drm/ttm: remove ttm_bo_unreserve_ticketChristian König1-13/+0
2017-12-06drm/ttm: user reservation object wrappers v2Christian König1-3/+3
2017-12-06drm/ttm: consistently use reservation_object_unlockChristian König1-13/+1
2017-11-29drm/ttm: fix populate_and_map() functions once moreChristian König1-22/+10
2017-10-06drm/ttm: add support for different pool sizesChristian König1-2/+2
2017-10-06drm/ttm: remove unsued options from ttm_mem_global_alloc_pageChristian König1-2/+1
2017-08-29drm/ttm: Remove needless 'extern' on functions in header.Tom St Denis1-6/+6
2017-08-29drm/ttm: Add helper functions to populate/map in one call (v2)Tom St Denis1-0/+21
2017-08-29drm/ttm: Add DMA map/unmap tracepoint (v3)Tom St Denis1-0/+31
2017-08-17drm/ttm: make ttm_mem_type_manager_func debug more usefulChristian König1-2/+3