summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm
Commit message (Expand)AuthorAgeFilesLines
* list: introduce list_bulk_move_tail helperChristian König2018-10-101-20/+5
* drm/ttm: Export ttm_bo_get_unless_zero()Thomas Hellstrom2018-09-281-2/+1
* drm/ttm, drm/vmwgfx: Move the lock- and object functionality to the vmwgfx dr...Thomas Hellstrom2018-09-273-1080/+2
* drm/ttm: once more fix ttm_bo_bulk_move_lru_tailChristian König2018-09-131-21/+30
* drm/ttm: fix ttm_bo_bulk_move_helperChristian König2018-09-021-5/+8
* drm/ttm: Initialize local lists in ttm_bo_bulk_move_helperMichel Dänzer2018-08-291-1/+2
* drm/ttm: add bulk move function on LRUHuang Rui2018-08-271-0/+52
* drm/ttm: revise ttm_bo_move_to_lru_tail to support bulk movesChristian König2018-08-271-1/+25
* drm/ttm: remove dead codesHuang Rui2018-08-272-11/+2
* drm/ttm: clean up non-x86 definitions on ttm_ttHuang Rui2018-08-011-18/+7
* drm/ttm: fix missed conversion of set_pages_array_ucHuang Rui2018-08-011-1/+1
* drm/ttm: Merge hugepage attr changes in ttm_dma_page_put. (v2)Bas Nieuwenhuizen2018-07-271-7/+4
* drm/ttm: clean up non-x86 definitions on ttm_page_allocHuang Rui2018-07-271-57/+5
* drm/ttm: clean up non-x86 definitions on ttm_page_alloc_dmaHuang Rui2018-07-271-44/+4
* drm/ttm: Replace ttm_bo_unref() with ttm_bo_put()Thomas Zimmermann2018-07-103-9/+9
* drm/ttm: Replace ttm_bo_reference() with ttm_bo_get()Thomas Zimmermann2018-07-102-5/+8
* drm/ttm: Introduce ttm_bo_get() and ttm_bo_put() for ref countingThomas Zimmermann2018-07-101-1/+7
* drm/ttm: use swap macro in ttm_bo_handle_move_memGustavo A. R. Silva2018-07-101-5/+2
* Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2018-06-221-23/+22
|\
| * gpu: drm: ttm: Adding new return type vm_fault_tSouptick Joarder2018-06-191-23/+22
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-122-6/+10
|/
* Add SPDX idenitifier and clarify licenseDirk Hohndel2018-05-1511-0/+11
* drm/ttm: remove priority hard code when initializing ttm boJunwei Zhang2018-05-151-1/+0
* drm/ttm: Use GFP_TRANSHUGE_LIGHT for allocating huge pagesMichel Dänzer2018-05-152-4/+10
* drm/ttm: keep a reference to transfer pipelined BOsChristian König2018-05-151-20/+30
* drm/ttm: Export the ttm_k[un]map_atomic_prot API.Thomas Hellstrom2018-03-221-5/+26
* drm/ttm: Clean up kmap_atomic_prot selection codeThomas Hellstrom2018-03-221-33/+31
* drm/ttm: move initializing ttm->sg into ttm_tt_init_fieldsChristian König2018-03-141-3/+1
* drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König2018-03-142-18/+17
* drm/ttm: add ttm_bo_pipeline_guttingChristian König2018-03-142-3/+36
* drm/ttm: add ttm_sg_tt_initChristian König2018-03-141-9/+45
* drm/ttm: move ttm_tt defines into ttm_tt.hChristian König2018-03-141-6/+0
* drm/ttm: cleanup ttm_tt_createChristian König2018-02-261-16/+13
* drm/ttm: move ttm_tt_create into ttm_tt.c v2Christian König2018-02-262-48/+48
* drm/ttm: check if free mem space is under the lower limitRoger He2018-02-263-0/+99
* drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König2018-02-261-7/+2
* drm/ttm: drop ttm->dummy_read_pageChristian König2018-02-263-14/+8
* drm/ttm: drop ttm->globChristian König2018-02-263-10/+9
* drm/ttm: drop bo->globChristian König2018-02-263-15/+16
* drm/ttm: add default implementations for ttm_tt_(un)populateChristian König2018-02-261-2/+8
* drm/ttm: set TTM_OPT_FLAG_FORCE_ALLOC in ttm_bo_force_list_cleanRoger He2018-02-261-1/+5
* 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-1/+2
* drm/ttm: set page mapping during allocationChristian König2018-02-262-2/+17
* drm/ttm: add ttm_tt_populate wrapperChristian König2018-02-193-9/+15
* drm/ttm: Simplify ttm_dma_page_put()Tom St Denis2018-02-191-3/+1
* drm/ttm: Fix coding style in ttm_dma_pool_alloc_new_pages()Tom St Denis2018-02-191-2/+1
* drm/ttm: Fix coding style in ttm_tt_swapout()Tom St Denis2018-02-191-1/+2
* drm/ttm: Simplify ttm_eu_reserve_buffers()Tom St Denis2018-02-191-6/+8
* drm/ttm: Remove unncessary retval from ttm_bo_vm_fault()Tom St Denis2018-02-191-15/+13