summaryrefslogtreecommitdiffstats
path: root/include/drm/ttm
Commit message (Expand)AuthorAgeFilesLines
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2019-02-112-28/+9
|\
| * drm/ttm: Remove ttm_bo_reference and ttm_bo_unrefThomas Zimmermann2019-01-281-28/+0
| * drm/ttm: add lru notify to bo driver v2Chunming Zhou2019-01-251-0/+9
* | drm: Trivial comment grammar cleanupsMatt Roper2019-02-041-1/+1
|/
* drm/ttm: allow reserving more than one shared slot v3Christian König2018-12-071-2/+2
* drm: Remove drm_global.{c,h} v2Thomas Zimmermann2018-11-051-1/+0
* drm/ttm: initialize globals during device init (v2)Christian König2018-11-051-40/+1
* drm/ttm: use a static ttm_bo_global instanceChristian König2018-11-051-7/+8
* drm/ttm: make the device list mutex staticChristian König2018-11-051-1/+0
* drm/ttm: use a static ttm_mem_global instanceChristian König2018-11-052-8/+4
* drm/ttm: Provide ttm_bo_global_{init/release}() for struct ttm_bo_globalThomas Zimmermann2018-11-051-11/+42
* drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()Thomas Zimmermann2018-11-051-2/+2
* drm/ttm: Export ttm_bo_get_unless_zero()Thomas Hellstrom2018-09-281-0/+18
* drm/ttm, drm/vmwgfx: Move the lock- and object functionality to the vmwgfx dr...Thomas Hellstrom2018-09-272-602/+0
* drm/ttm: add bulk move function on LRUHuang Rui2018-08-271-0/+10
* drm/ttm: revise ttm_bo_move_to_lru_tail to support bulk movesChristian König2018-08-271-1/+5
* drm/ttm: add helper structures for bulk moves on lru listChristian König2018-08-271-0/+28
* drm/ttm: Add ttm_set_pages_wc and ttm_set_pages_uc helperHuang Rui2018-08-011-0/+22
* drm/ttm: add ttm_set_memory header (v2)Huang Rui2018-07-271-0/+128
* drm/ttm: Introduce ttm_bo_get() and ttm_bo_put() for ref countingThomas Zimmermann2018-07-101-1/+24
* 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