summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm
AgeCommit message (Expand)AuthorFilesLines
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook2-6/+10
2018-05-15Add SPDX idenitifier and clarify licenseDirk Hohndel11-0/+11
2018-05-15drm/ttm: remove priority hard code when initializing ttm boJunwei Zhang1-1/+0
2018-05-15drm/ttm: Use GFP_TRANSHUGE_LIGHT for allocating huge pagesMichel Dänzer2-4/+10
2018-05-15drm/ttm: keep a reference to transfer pipelined BOsChristian König1-20/+30
2018-03-22drm/ttm: Export the ttm_k[un]map_atomic_prot API.Thomas Hellstrom1-5/+26
2018-03-22drm/ttm: Clean up kmap_atomic_prot selection codeThomas Hellstrom1-33/+31
2018-03-14drm/ttm: move initializing ttm->sg into ttm_tt_init_fieldsChristian König1-3/+1
2018-03-14drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König2-18/+17
2018-03-14drm/ttm: add ttm_bo_pipeline_guttingChristian König2-3/+36
2018-03-14drm/ttm: add ttm_sg_tt_initChristian König1-9/+45
2018-03-14drm/ttm: move ttm_tt defines into ttm_tt.hChristian König1-6/+0
2018-02-26drm/ttm: cleanup ttm_tt_createChristian König1-16/+13
2018-02-26drm/ttm: move ttm_tt_create into ttm_tt.c v2Christian König2-48/+48
2018-02-26drm/ttm: check if free mem space is under the lower limitRoger He3-0/+99
2018-02-26drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König1-7/+2
2018-02-26drm/ttm: drop ttm->dummy_read_pageChristian König3-14/+8
2018-02-26drm/ttm: drop ttm->globChristian König3-10/+9
2018-02-26drm/ttm: drop bo->globChristian König3-15/+16
2018-02-26drm/ttm: add default implementations for ttm_tt_(un)populateChristian König1-2/+8
2018-02-26drm/ttm: set TTM_OPT_FLAG_FORCE_ALLOC in ttm_bo_force_list_cleanRoger He1-1/+5
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-1/+2
2018-02-26drm/ttm: set page mapping during allocationChristian König2-2/+17
2018-02-19drm/ttm: add ttm_tt_populate wrapperChristian König3-9/+15
2018-02-19drm/ttm: Simplify ttm_dma_page_put()Tom St Denis1-3/+1
2018-02-19drm/ttm: Fix coding style in ttm_dma_pool_alloc_new_pages()Tom St Denis1-2/+1
2018-02-19drm/ttm: Fix coding style in ttm_tt_swapout()Tom St Denis1-1/+2
2018-02-19drm/ttm: Simplify ttm_eu_reserve_buffers()Tom St Denis1-6/+8
2018-02-19drm/ttm: Remove unncessary retval from ttm_bo_vm_fault()Tom St Denis1-15/+13
2018-02-19drm/ttm: Fix coding style in ttm_bo_move_memcpy()Tom St Denis1-1/+2
2018-02-19drm/ttm: Simplify ttm_dma_find_pool() (v2)Tom St Denis1-9/+6
2018-02-19drm/ttm: Fix coding style in ttm_pool_store()Tom St Denis1-3/+4
2018-02-19drm/ttm: Change ttm_tt page allocations to return errorsTom St Denis1-6/+10
2018-02-19drm/ttm: Add a default BO destructor to simplify code (v2)Tom St Denis1-5/+8
2018-02-19drm/ttm: Fix coding style in ttm_bo.cTom St Denis1-5/+2
2018-02-19drm/ttm: add the missed global memory count updateRoger He1-16/+25
2018-02-19drm/ttm: Allow page allocations w/o triggering OOM..Andrey Grodzovsky4-2/+23
2018-01-29drm/ttm: Fix 'buf' pointer update in ttm_bo_vm_access_kmap() (v2)Tom St Denis1-1/+2
2018-01-29drm/ttm: fix missing parameter change for ttm_bo_cleanup_refsRoger He1-1/+1
2018-01-25Merge branch 'drm-next-4.16' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie3-50/+63
2018-01-18drm/ttm: Don't unreserve swapped BOs that were previously reservedFelix Kuehling1-2/+2
2018-01-18drm/ttm: Don't add swapped BOs to swap-LRU listFelix Kuehling1-1/+2
2018-01-18drm/ttm: add VADDR_FLAG_UPDATED_COUNT to correctly update dma_page global countRoger He1-26/+29
2018-01-18BackMerge tag 'v4.15-rc8' into drm-nextDave Airlie1-0/+2
2018-01-16drm/ttm: only free pages rather than update global memory count togetherRoger He1-2/+4
2018-01-16drm/ttm: check the return value of register_shrinkerRoger He2-19/+26
2018-01-10drm/ttm: specify DMA_ATTR_NO_WARN for huge page poolsChristian König1-2/+6
2018-01-10drm/ttm: remove ttm_bo_default_io_mem_pfnTan Xiaojun1-9/+2
2018-01-02drm/ttm: check the return value of kzallocXiongwei Song1-0/+2