aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/ttm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-25drm/ttm: Implement vm_operations_struct.access v2Felix Kuehling1-0/+17
2017-05-16drm/ttm: fix include notation and remove -Iinclude/drm flagMasahiro Yamada4-7/+11
2017-04-11Backmerge tag 'v4.11-rc6' into drm-nextDave Airlie1-1/+4
2017-04-04drm/ttm: add TTM_PL_FLAG_CONTIGUOUS v2Christian König1-0/+1
2017-04-04drm/ttm: add io_mem_pfn callbackChristian König2-0/+20
2017-03-30drm/ttm, drm/vmwgfx: Relax permission checking when opening surfacesThomas Hellstrom1-1/+4
2017-03-29drm/ttm: decrease ttm bo priority numberRoger.He1-1/+1
2017-03-29drm/ttm: add ttm_bo_init_reservedNicolai Hähnle1-0/+54