aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_bo.c
AgeCommit message (Expand)Author
2020-11-05drm/ttm: fix eviction valuable range check.Dave Airlie
2019-04-20drm/ttm: Fix bo_global and mem_global kfree errorTrigger Huang
2018-07-10drm/ttm: Replace ttm_bo_unref() with ttm_bo_put()Thomas Zimmermann
2018-07-10drm/ttm: Introduce ttm_bo_get() and ttm_bo_put() for ref countingThomas Zimmermann
2018-07-10drm/ttm: use swap macro in ttm_bo_handle_move_memGustavo A. R. Silva
2018-05-15Add SPDX idenitifier and clarify licenseDirk Hohndel
2018-05-15drm/ttm: remove priority hard code when initializing ttm boJunwei Zhang
2018-03-14drm/ttm: add ttm_bo_pipeline_guttingChristian König
2018-02-26drm/ttm: move ttm_tt_create into ttm_tt.c v2Christian König
2018-02-26drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König
2018-02-26drm/ttm: drop ttm->dummy_read_pageChristian König
2018-02-26drm/ttm: drop bo->globChristian König
2018-02-26drm/ttm: set TTM_OPT_FLAG_FORCE_ALLOC in ttm_bo_force_list_cleanRoger He
2018-02-26drm/ttm: use bit flag to replace allow_reserved_eviction in ttm_operation_ctxRoger He
2018-02-19drm/ttm: Add a default BO destructor to simplify code (v2)Tom St Denis
2018-02-19drm/ttm: Fix coding style in ttm_bo.cTom St Denis
2018-02-19drm/ttm: Allow page allocations w/o triggering OOM..Andrey Grodzovsky
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