summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ttm/ttm_bo.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-14drm/ttm: add ttm_bo_pipeline_guttingChristian König1-3/+12
2018-02-26drm/ttm: move ttm_tt_create into ttm_tt.c v2Christian König1-48/+2
2018-02-26drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König1-7/+2
2018-02-26drm/ttm: drop ttm->dummy_read_pageChristian König1-4/+2
2018-02-26drm/ttm: drop bo->globChristian König1-11/+12
2018-02-26drm/ttm: set TTM_OPT_FLAG_FORCE_ALLOC in ttm_bo_force_list_cleanRoger He1-1/+5
2018-02-26drm/ttm: use bit flag to replace allow_reserved_eviction in ttm_operation_ctxRoger He1-1/+2
2018-02-19drm/ttm: Add a default BO destructor to simplify code (v2)Tom St Denis1-5/+8
2018-02-19drm/ttm: Fix coding style in ttm_bo.cTom St Denis1-5/+2
2018-02-19drm/ttm: Allow page allocations w/o triggering OOM..Andrey Grodzovsky1-0/+3
2018-01-29drm/ttm: fix missing parameter change for ttm_bo_cleanup_refsRoger He1-1/+1
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
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-15drm/ttm: use an ttm operation ctx for ttm_bo_move_xxxRoger He1-4/+2
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-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-10-31drm/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-28drm/ttm: cleanup unuse ret valueHuang Rui1-2/+1