summaryrefslogtreecommitdiffstats
path: root/include/drm/ttm
Commit message (Expand)AuthorAgeFilesLines
* drm/ttm: Export the ttm_k[un]map_atomic_prot API.Thomas Hellstrom2018-03-221-0/+4
* drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König2018-03-142-16/+12
* drm/ttm: add ttm_bo_pipeline_guttingChristian König2018-03-141-0/+9
* drm/ttm: add ttm_sg_tt_initChristian König2018-03-141-0/+2
* drm/ttm: move ttm_tt defines into ttm_tt.hChristian König2018-03-142-236/+273
* drm/ttm: move ttm_tt_create into ttm_tt.c v2Christian König2018-02-261-0/+11
* drm/ttm: check if free mem space is under the lower limitRoger He2018-02-261-0/+5
* drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König2018-02-261-15/+1
* drm/ttm: drop ttm->dummy_read_pageChristian König2018-02-261-13/+4
* drm/ttm: drop ttm->globChristian König2018-02-261-1/+0
* drm/ttm: drop bo->globChristian König2018-02-262-3/+4
* drm/ttm: add bit flag TTM_OPT_FLAG_FORCE_ALLOCRoger He2018-02-261-1/+3
* drm/ttm: use bit flag to replace allow_reserved_eviction in ttm_operation_ctxRoger He2018-02-261-2/+5
* drm/ttm: add ttm_tt_populate wrapperChristian König2018-02-191-0/+9
* drm/ttm: Allow page allocations w/o triggering OOM..Andrey Grodzovsky2018-02-191-0/+4
* drm/ttm: remove ttm_bo_default_io_mem_pfnTan Xiaojun2018-01-101-11/+0
* drm/ttm: enable swapout for reserved BOs during allocationRoger He2017-12-281-1/+2
* drm/ttm: use an operation ctx for ttm_tt_bindRoger He2017-12-281-1/+2
* drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He2017-12-282-6/+10
* drm/ttm: use an operation ctx for ttm_mem_global_alloc_pageRoger He2017-12-271-1/+2
* drm/ttm: use an operation ctx for ttm_mem_global_allocRoger He2017-12-271-1/+2
* drm/ttm: call ttm_bo_swapout directly when ttm shrinkRoger He2017-12-273-69/+2
* drm/ttm: use an ttm operation ctx for ttm_bo_move_xxxRoger He2017-12-151-2/+2
* drm/ttm: add allow_reserved_eviction and resv into ttm_operation_ctxRoger He2017-12-151-0/+4
* drm/ttm: add number of bytes moved to the operation contextChristian König2017-12-061-0/+1
* drm/ttm: add context to driver move callback as wellChristian König2017-12-061-4/+2
* drm/ttm: use an operation context for ttm_bo_mem_space v2Christian König2017-12-061-2/+1
* drm/ttm: use an operation ctx for ttm_bo_init_reservedChristian König2017-12-061-3/+2
* drm/ttm: add operation ctx to ttm_bo_validate v2Christian König2017-12-061-4/+16
* drm/ttm: remove cur_placementChristian König2017-12-061-1/+0
* drm/ttm: cleanup ttm_bo_driver.hChristian König2017-12-061-60/+54
* drm/ttm: cleanup coding style in ttm_bo_api.hChristian König2017-12-061-77/+54
* drm/ttm: remove ttm_bo_unreserve_ticketChristian König2017-12-061-13/+0
* drm/ttm: user reservation object wrappers v2Christian König2017-12-061-3/+3
* drm/ttm: consistently use reservation_object_unlockChristian König2017-12-061-13/+1
* drm/ttm: fix populate_and_map() functions once moreChristian König2017-11-291-22/+10
* drm/ttm: add support for different pool sizesChristian König2017-10-061-2/+2
* drm/ttm: remove unsued options from ttm_mem_global_alloc_pageChristian König2017-10-061-2/+1
* drm/ttm: Remove needless 'extern' on functions in header.Tom St Denis2017-08-291-6/+6
* drm/ttm: Add helper functions to populate/map in one call (v2)Tom St Denis2017-08-291-0/+21
* drm/ttm: Add DMA map/unmap tracepoint (v3)Tom St Denis2017-08-291-0/+31
* drm/ttm: make ttm_mem_type_manager_func debug more usefulChristian König2017-08-171-2/+3
* drm/ttm: Implement vm_operations_struct.access v2Felix Kuehling2017-07-251-0/+17
* drm/ttm: fix include notation and remove -Iinclude/drm flagMasahiro Yamada2017-05-164-7/+11
* Backmerge tag 'v4.11-rc6' into drm-nextDave Airlie2017-04-111-1/+4
|\
| * drm/ttm, drm/vmwgfx: Relax permission checking when opening surfacesThomas Hellstrom2017-03-301-1/+4
* | drm/ttm: add TTM_PL_FLAG_CONTIGUOUS v2Christian König2017-04-041-0/+1
* | drm/ttm: add io_mem_pfn callbackChristian König2017-04-042-0/+20
* | drm/ttm: decrease ttm bo priority numberRoger.He2017-03-291-1/+1
* | drm/ttm: add ttm_bo_init_reservedNicolai Hähnle2017-03-291-0/+54
OpenPOWER on IntegriCloud