summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm
AgeCommit message (Expand)Author
2018-01-29drm/ttm: Fix 'buf' pointer update in ttm_bo_vm_access_kmap() (v2)Tom St Denis
2018-01-29drm/ttm: fix missing parameter change for ttm_bo_cleanup_refsRoger He
2018-01-25Merge branch 'drm-next-4.16' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2018-01-18drm/ttm: Don't unreserve swapped BOs that were previously reservedFelix Kuehling
2018-01-18drm/ttm: Don't add swapped BOs to swap-LRU listFelix Kuehling
2018-01-18drm/ttm: add VADDR_FLAG_UPDATED_COUNT to correctly update dma_page global countRoger He
2018-01-18BackMerge tag 'v4.15-rc8' into drm-nextDave Airlie
2018-01-16drm/ttm: only free pages rather than update global memory count togetherRoger He
2018-01-16drm/ttm: check the return value of register_shrinkerRoger He
2018-01-10drm/ttm: specify DMA_ATTR_NO_WARN for huge page poolsChristian König
2018-01-10drm/ttm: remove ttm_bo_default_io_mem_pfnTan Xiaojun
2018-01-02drm/ttm: check the return value of kzallocXiongwei Song
2017-12-28drm/ttm: enable swapout for reserved BOs during allocationRoger He
2017-12-28drm/ttm: add new function to check if bo is allowable to evict or swapoutRoger He
2017-12-28drm/ttm: use an operation ctx for ttm_tt_bindRoger He
2017-12-28drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He
2017-12-27drm/ttm: use an operation ctx for ttm_mem_global_alloc_pageRoger He
2017-12-27drm/ttm: use an operation ctx for ttm_mem_global_allocRoger He
2017-12-27drm/ttm: call ttm_bo_swapout directly when ttm shrinkRoger He
2017-12-27drm/ttm: add ttm_bo_io_mem_pfn to check io_mem_pfnTan Xiaojun
2017-12-27drm/ttm: drop the spin in delayed delete if the trylock doesn't workChristian König
2017-12-18drm/ttm: cleanup some old definesChristian König
2017-12-18drm/ttm: cleanup some more resv->lock usesChristian König
2017-12-18drm/ttm: use try_lock in ttm_bo_delayed_delete againChristian König
2017-12-15drm/ttm: use an ttm operation ctx for ttm_bo_move_xxxRoger He
2017-12-15drm/ttm: enable eviction for Per-VM-BORoger He
2017-12-14drm/ttm: init locked again to prevent incorrect unlockRoger He
2017-12-12drm/ttm: max_cpages is in unit of native pageMonk Liu
2017-12-12drm/ttm: fix incorrect calculate on shrink_pagesMonk Liu
2017-12-12drm/ttm: max_cpages is in unit of native pageMonk Liu
2017-12-12drm/ttm: fix incorrect calculate on shrink_pagesMonk Liu
2017-12-06drm/ttm: swap consecutive allocated pooled pages v4Christian König
2017-12-06drm/ttm: swap consecutive allocated cached pages v3Christian König
2017-12-06drm/ttm: Use a static string instead of an array of char *Joe Perches
2017-12-06drm/ttm: roundup the shrink request to prevent skip huge poolRoger He
2017-12-06drm/ttm: add page order support in ttm_pages_putRoger He
2017-12-06drm/ttm: add set_pages_wb for handling page order more than zeroRoger He
2017-12-06drm/ttm: add number of bytes moved to the operation contextChristian König
2017-12-06drm/ttm: add context to driver move callback as wellChristian König
2017-12-06drm/ttm: use the operation context inside TTMChristian König
2017-12-06drm/ttm: use an operation context for ttm_bo_mem_space v2Christian König
2017-12-06drm/ttm: use an operation ctx for ttm_bo_init_reservedChristian König
2017-12-06drm/ttm: add operation ctx to ttm_bo_validate v2Christian König
2017-12-06drm/ttm: add page order in page poolRoger He
2017-12-06drm/ttm: use NUM_PAGES_TO_ALLOC alwaysRoger He
2017-12-06drm/ttm: remove cur_placementChristian König
2017-12-06drm/ttm: completely rework ttm_bo_delayed_deleteChristian König
2017-12-06drm/ttm: fix ttm_mem_evict_first once moreChristian König
2017-12-06drm/ttm: optimize ttm_mem_evict_first v5Christian König
2017-12-06drm/ttm: make unlocking in ttm_bo_cleanup_refs optional v3Christian König