summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm/ttm_bo.c
AgeCommit message (Expand)Author
2018-01-29drm/ttm: fix missing parameter change for ttm_bo_cleanup_refsRoger He
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
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-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: 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-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: 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-11-04drm/ttm: Always and only destroy bo->ttm_resv in ttm_bo_release_listMichel Dänzer
2017-10-31drm/ttm:fix memory leak due to individualizeMonk Liu
2017-09-13drm/ttm: fix memory leak while individualizing BOsChristian König
2017-09-12drm/ttm: fix ttm_bo_cleanup_refs_or_queue once moreChristian König
2017-08-29drm/ttm:fix wrong decoding of bo_countMonk Liu
2017-08-18drm/ttm: use reservation_object_trylock in ttm_bo_individualize_resv v2Christian König
2017-08-17drm/ttm: make ttm_mem_type_manager_func debug more usefulChristian König
2017-08-17drm/ttm: individualize BO reservation obj when they are freedChristian König
2017-08-17drm/ttm: remove nonsense wait in ttm_bo_cleanup_refs_and_unlockChristian König
2017-07-03drm/ttm: Fix use-after-free in ttm_bo_clean_mmJohn Brooks
2017-04-28drm/ttm: cleanup unuse ret valueHuang Rui
2017-04-04drm/ttm: add TTM_PL_FLAG_CONTIGUOUS v2Christian König
2017-04-04drm/ttm: cleanup and optimize ttm_bo_mem_compat v2Christian König
2017-03-29drm/ttm: add ttm_bo_init_reservedNicolai Hähnle
2017-03-29drm/ttm: never add BO that failed to validate to the LRU listNicolai Hähnle
2017-03-07Merge tag 'drm-misc-next-2017-03-06' of git://anongit.freedesktop.org/git/drm...Dave Airlie
2017-03-01gpu: drm: drivers: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches
2017-02-23Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...Linus Torvalds
2017-02-01Merge branch 'drm-next-4.11' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2017-01-27drm/ttm: revert "add optional LRU removal callback v2"Christian König
2017-01-27drm/ttm: revert "implement LRU add callbacks v2"Christian König