summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-28drm/ttm: enable swapout for reserved BOs during allocationRoger He2-8/+19
2017-12-28drm/ttm: add new function to check if bo is allowable to evict or swapoutRoger He1-10/+30
2017-12-28drm/ttm: use an operation ctx for ttm_tt_bindRoger He3-8/+5
2017-12-28drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He6-22/+30
2017-12-27drm/ttm: use an operation ctx for ttm_mem_global_alloc_pageRoger He3-10/+14
2017-12-27drm/ttm: use an operation ctx for ttm_mem_global_allocRoger He3-10/+20
2017-12-27drm/ttm: call ttm_bo_swapout directly when ttm shrinkRoger He2-26/+7
2017-12-27drm/ttm: add ttm_bo_io_mem_pfn to check io_mem_pfnTan Xiaojun1-1/+12
2017-12-27drm/ttm: drop the spin in delayed delete if the trylock doesn't workChristian König1-0/+2
2017-12-18drm/ttm: cleanup some old definesChristian König1-7/+3
2017-12-18drm/ttm: cleanup some more resv->lock usesChristian König2-8/+8
2017-12-18drm/ttm: use try_lock in ttm_bo_delayed_delete againChristian König1-4/+9
2017-12-15drm/ttm: use an ttm operation ctx for ttm_bo_move_xxxRoger He2-8/+6
2017-12-15drm/ttm: enable eviction for Per-VM-BORoger He1-6/+5
2017-12-14drm/ttm: init locked again to prevent incorrect unlockRoger He1-0/+1
2017-12-12drm/ttm: max_cpages is in unit of native pageMonk Liu1-1/+1
2017-12-12drm/ttm: fix incorrect calculate on shrink_pagesMonk Liu1-0/+1
2017-12-12drm/ttm: max_cpages is in unit of native pageMonk Liu1-1/+1
2017-12-12drm/ttm: fix incorrect calculate on shrink_pagesMonk Liu1-0/+1
2017-12-06drm/ttm: swap consecutive allocated pooled pages v4Christian König1-2/+9
2017-12-06drm/ttm: swap consecutive allocated cached pages v3Christian König1-1/+6
2017-12-06drm/ttm: Use a static string instead of an array of char *Joe Perches1-4/+1
2017-12-06drm/ttm: roundup the shrink request to prevent skip huge poolRoger He1-5/+7
2017-12-06drm/ttm: add page order support in ttm_pages_putRoger He1-8/+18
2017-12-06drm/ttm: add set_pages_wb for handling page order more than zeroRoger He1-0/+11
2017-12-06drm/ttm: add number of bytes moved to the operation contextChristian König1-0/+1
2017-12-06drm/ttm: add context to driver move callback as wellChristian König1-2/+1
2017-12-06drm/ttm: use the operation context inside TTMChristian König1-38/+29
2017-12-06drm/ttm: use an operation context for ttm_bo_mem_space v2Christian König1-11/+11
2017-12-06drm/ttm: use an operation ctx for ttm_bo_init_reservedChristian König1-7/+5
2017-12-06drm/ttm: add operation ctx to ttm_bo_validate v2Christian König1-7/+9
2017-12-06drm/ttm: add page order in page poolRoger He1-11/+27
2017-12-06drm/ttm: use NUM_PAGES_TO_ALLOC alwaysRoger He1-2/+1
2017-12-06drm/ttm: remove cur_placementChristian König1-3/+2
2017-12-06drm/ttm: completely rework ttm_bo_delayed_deleteChristian König1-49/+23
2017-12-06drm/ttm: fix ttm_mem_evict_first once moreChristian König1-2/+5
2017-12-06drm/ttm: optimize ttm_mem_evict_first v5Christian König1-21/+33
2017-12-06drm/ttm: make unlocking in ttm_bo_cleanup_refs optional v3Christian König1-24/+27