summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm/ttm_bo.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-30drm/ttm: fix missing parameter change for ttm_bo_cleanup_refsRoger He1-1/+1
2018-01-19drm/ttm: Don't unreserve swapped BOs that were previously reservedFelix Kuehling1-2/+2
2018-01-19drm/ttm: Don't add swapped BOs to swap-LRU listFelix Kuehling1-1/+2
2017-12-28drm/ttm: enable swapout for reserved BOs during allocationRoger He1-4/+11
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 He1-1/+1
2017-12-27drm/ttm: use an operation ctx for ttm_mem_global_allocRoger He1-1/+1
2017-12-27drm/ttm: call ttm_bo_swapout directly when ttm shrinkRoger He1-17/+4
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önig1-7/+7
2017-12-18drm/ttm: use try_lock in ttm_bo_delayed_delete againChristian König1-4/+9
2017-12-16drm/ttm: use an ttm operation ctx for ttm_bo_move_xxxRoger He1-4/+2
2017-12-16drm/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-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: 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
2017-12-06drm/ttm: user reservation object wrappers v2Christian König1-7/+9
2017-12-06drm/ttm: consistently use reservation_object_unlockChristian König1-6/+7
2017-12-06drm/ttm: move unlocking out of ttm_bo_cleanup_memtype_useChristian König1-2/+2
2017-11-04drm/ttm: Always and only destroy bo->ttm_resv in ttm_bo_release_listMichel Dänzer1-12/+4
2017-11-01drm/ttm:fix memory leak due to individualizeMonk Liu1-1/+4
2017-09-13drm/ttm: fix memory leak while individualizing BOsChristian König1-0/+2
2017-09-12drm/ttm: fix ttm_bo_cleanup_refs_or_queue once moreChristian König1-15/+17
2017-08-29drm/ttm:fix wrong decoding of bo_countMonk Liu1-2/+2
2017-08-18drm/ttm: use reservation_object_trylock in ttm_bo_individualize_resv v2Christian König1-1/+1
2017-08-17drm/ttm: make ttm_mem_type_manager_func debug more usefulChristian König1-1/+2
2017-08-17drm/ttm: individualize BO reservation obj when they are freedChristian König1-7/+47
2017-08-17drm/ttm: remove nonsense wait in ttm_bo_cleanup_refs_and_unlockChristian König1-7/+0
2017-07-03drm/ttm: Fix use-after-free in ttm_bo_clean_mmJohn Brooks1-1/+3
2017-04-29drm/ttm: cleanup unuse ret valueHuang Rui1-2/+1
2017-04-05drm/ttm: add TTM_PL_FLAG_CONTIGUOUS v2Christian König1-1/+3
2017-04-05drm/ttm: cleanup and optimize ttm_bo_mem_compat v2Christian König1-20/+25
2017-03-30drm/ttm: add ttm_bo_init_reservedNicolai Hähnle1-15/+44
2017-03-30drm/ttm: never add BO that failed to validate to the LRU listNicolai Hähnle1-5/+7
2017-03-07Merge tag 'drm-misc-next-2017-03-06' of git://anongit.freedesktop.org/git/drm...Dave Airlie1-1/+1
2017-03-01gpu: drm: drivers: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches1-1/+1
2017-02-24Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...Linus Torvalds1-64/+65
2017-02-01Merge branch 'drm-next-4.11' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie1-60/+63
2017-01-27drm/ttm: revert "add optional LRU removal callback v2"Christian König1-8/+5
2017-01-27drm/ttm: revert "implement LRU add callbacks v2"Christian König1-14/+5