summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm
AgeCommit message (Expand)Author
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
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-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
2017-12-06drm/ttm: user reservation object wrappers v2Christian König
2017-12-06drm/ttm: consistently use reservation_object_unlockChristian König
2017-12-06drm/ttm: move unlocking out of ttm_bo_cleanup_memtype_useChristian König
2017-12-01Merge branch 'drm-fixes-4.15' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie
2017-11-29drm/ttm: fix populate_and_map() functions once moreChristian König
2017-11-28Merge tag 'drm-for-v4.15-part2-fixes' of git://people.freedesktop.org/~airlie...Linus Torvalds
2017-11-24drm/ttm: don't attempt to use hugepages if dma32 requested (v2)Dave Airlie
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2017-11-04drm/ttm: Downgrade pr_err to pr_debug for memory allocation failuresMichel Dänzer
2017-11-04drm/ttm: Always and only destroy bo->ttm_resv in ttm_bo_release_listMichel Dänzer