summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm
AgeCommit message (Expand)AuthorLines
2018-08-01drm/ttm: clean up non-x86 definitions on ttm_ttHuang Rui-18/+7
2018-08-01drm/ttm: fix missed conversion of set_pages_array_ucHuang Rui-1/+1
2018-07-27drm/ttm: Merge hugepage attr changes in ttm_dma_page_put. (v2)Bas Nieuwenhuizen-7/+4
2018-07-27drm/ttm: clean up non-x86 definitions on ttm_page_allocHuang Rui-57/+5
2018-07-27drm/ttm: clean up non-x86 definitions on ttm_page_alloc_dmaHuang Rui-44/+4
2018-07-10drm/ttm: Replace ttm_bo_unref() with ttm_bo_put()Thomas Zimmermann-9/+9
2018-07-10drm/ttm: Replace ttm_bo_reference() with ttm_bo_get()Thomas Zimmermann-5/+8
2018-07-10drm/ttm: Introduce ttm_bo_get() and ttm_bo_put() for ref countingThomas Zimmermann-1/+7
2018-07-10drm/ttm: use swap macro in ttm_bo_handle_move_memGustavo A. R. Silva-5/+2
2018-06-22Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie-23/+22
2018-06-19gpu: drm: ttm: Adding new return type vm_fault_tSouptick Joarder-23/+22
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-6/+10
2018-05-15Add SPDX idenitifier and clarify licenseDirk Hohndel-0/+11
2018-05-15drm/ttm: remove priority hard code when initializing ttm boJunwei Zhang-1/+0
2018-05-15drm/ttm: Use GFP_TRANSHUGE_LIGHT for allocating huge pagesMichel Dänzer-4/+10
2018-05-15drm/ttm: keep a reference to transfer pipelined BOsChristian König-20/+30
2018-03-22drm/ttm: Export the ttm_k[un]map_atomic_prot API.Thomas Hellstrom-5/+26
2018-03-22drm/ttm: Clean up kmap_atomic_prot selection codeThomas Hellstrom-33/+31
2018-03-14drm/ttm: move initializing ttm->sg into ttm_tt_init_fieldsChristian König-3/+1
2018-03-14drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König-18/+17
2018-03-14drm/ttm: add ttm_bo_pipeline_guttingChristian König-3/+36
2018-03-14drm/ttm: add ttm_sg_tt_initChristian König-9/+45
2018-03-14drm/ttm: move ttm_tt defines into ttm_tt.hChristian König-6/+0
2018-02-26drm/ttm: cleanup ttm_tt_createChristian König-16/+13
2018-02-26drm/ttm: move ttm_tt_create into ttm_tt.c v2Christian König-48/+48
2018-02-26drm/ttm: check if free mem space is under the lower limitRoger He-0/+99
2018-02-26drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König-7/+2
2018-02-26drm/ttm: drop ttm->dummy_read_pageChristian König-14/+8
2018-02-26drm/ttm: drop ttm->globChristian König-10/+9
2018-02-26drm/ttm: drop bo->globChristian König-15/+16
2018-02-26drm/ttm: add default implementations for ttm_tt_(un)populateChristian König-2/+8
2018-02-26drm/ttm: set TTM_OPT_FLAG_FORCE_ALLOC in ttm_bo_force_list_cleanRoger He-1/+5
2018-02-26drm/ttm: add bit flag TTM_OPT_FLAG_FORCE_ALLOCRoger He-1/+3
2018-02-26drm/ttm: use bit flag to replace allow_reserved_eviction in ttm_operation_ctxRoger He-1/+2
2018-02-26drm/ttm: set page mapping during allocationChristian König-2/+17
2018-02-19drm/ttm: add ttm_tt_populate wrapperChristian König-9/+15
2018-02-19drm/ttm: Simplify ttm_dma_page_put()Tom St Denis-3/+1
2018-02-19drm/ttm: Fix coding style in ttm_dma_pool_alloc_new_pages()Tom St Denis-2/+1
2018-02-19drm/ttm: Fix coding style in ttm_tt_swapout()Tom St Denis-1/+2
2018-02-19drm/ttm: Simplify ttm_eu_reserve_buffers()Tom St Denis-6/+8
2018-02-19drm/ttm: Remove unncessary retval from ttm_bo_vm_fault()Tom St Denis-15/+13
2018-02-19drm/ttm: Fix coding style in ttm_bo_move_memcpy()Tom St Denis-1/+2
2018-02-19drm/ttm: Simplify ttm_dma_find_pool() (v2)Tom St Denis-9/+6
2018-02-19drm/ttm: Fix coding style in ttm_pool_store()Tom St Denis-3/+4
2018-02-19drm/ttm: Change ttm_tt page allocations to return errorsTom St Denis-6/+10
2018-02-19drm/ttm: Add a default BO destructor to simplify code (v2)Tom St Denis-5/+8
2018-02-19drm/ttm: Fix coding style in ttm_bo.cTom St Denis-5/+2
2018-02-19drm/ttm: add the missed global memory count updateRoger He-16/+25
2018-02-19drm/ttm: Allow page allocations w/o triggering OOM..Andrey Grodzovsky-2/+23
2018-01-29drm/ttm: Fix 'buf' pointer update in ttm_bo_vm_access_kmap() (v2)Tom St Denis-1/+2