summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_bo.c
Commit message (Expand)AuthorAgeFilesLines
* drm/ttm: Replace ttm_bo_unref() with ttm_bo_put()Thomas Zimmermann2018-07-101-1/+1
* drm/ttm: Introduce ttm_bo_get() and ttm_bo_put() for ref countingThomas Zimmermann2018-07-101-1/+7
* drm/ttm: use swap macro in ttm_bo_handle_move_memGustavo A. R. Silva2018-07-101-5/+2Star
* Add SPDX idenitifier and clarify licenseDirk Hohndel2018-05-151-0/+1
* drm/ttm: remove priority hard code when initializing ttm boJunwei Zhang2018-05-151-1/+0Star
* drm/ttm: add ttm_bo_pipeline_guttingChristian König2018-03-141-3/+12
* drm/ttm: move ttm_tt_create into ttm_tt.c v2Christian König2018-02-271-48/+2Star
* drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König2018-02-271-7/+2Star
* drm/ttm: drop ttm->dummy_read_pageChristian König2018-02-271-4/+2Star
* drm/ttm: drop bo->globChristian König2018-02-271-11/+12
* drm/ttm: set TTM_OPT_FLAG_FORCE_ALLOC in ttm_bo_force_list_cleanRoger He2018-02-271-1/+5
* drm/ttm: use bit flag to replace allow_reserved_eviction in ttm_operation_ctxRoger He2018-02-271-1/+2
* drm/ttm: Add a default BO destructor to simplify code (v2)Tom St Denis2018-02-191-5/+8
* drm/ttm: Fix coding style in ttm_bo.cTom St Denis2018-02-191-5/+2Star
* drm/ttm: Allow page allocations w/o triggering OOM..Andrey Grodzovsky2018-02-191-0/+3
* drm/ttm: fix missing parameter change for ttm_bo_cleanup_refsRoger He2018-01-301-1/+1
* drm/ttm: Don't unreserve swapped BOs that were previously reservedFelix Kuehling2018-01-181-2/+2
* drm/ttm: Don't add swapped BOs to swap-LRU listFelix Kuehling2018-01-181-1/+2
* drm/ttm: enable swapout for reserved BOs during allocationRoger He2017-12-281-4/+11
* drm/ttm: add new function to check if bo is allowable to evict or swapoutRoger He2017-12-281-10/+30
* drm/ttm: use an operation ctx for ttm_tt_bindRoger He2017-12-281-1/+1
* drm/ttm: use an operation ctx for ttm_mem_global_allocRoger He2017-12-271-1/+1
* drm/ttm: call ttm_bo_swapout directly when ttm shrinkRoger He2017-12-271-17/+4Star
* drm/ttm: drop the spin in delayed delete if the trylock doesn't workChristian König2017-12-271-0/+2
* drm/ttm: cleanup some old definesChristian König2017-12-181-7/+3Star
* drm/ttm: cleanup some more resv->lock usesChristian König2017-12-181-7/+7
* drm/ttm: use try_lock in ttm_bo_delayed_delete againChristian König2017-12-181-4/+9
* drm/ttm: use an ttm operation ctx for ttm_bo_move_xxxRoger He2017-12-151-4/+2Star
* drm/ttm: enable eviction for Per-VM-BORoger He2017-12-151-6/+5Star
* drm/ttm: init locked again to prevent incorrect unlockRoger He2017-12-141-0/+1
* drm/ttm: add number of bytes moved to the operation contextChristian König2017-12-061-0/+1
* drm/ttm: add context to driver move callback as wellChristian König2017-12-061-2/+1Star
* drm/ttm: use the operation context inside TTMChristian König2017-12-061-38/+29Star
* drm/ttm: use an operation context for ttm_bo_mem_space v2Christian König2017-12-061-11/+11
* drm/ttm: use an operation ctx for ttm_bo_init_reservedChristian König2017-12-061-7/+5Star
* drm/ttm: add operation ctx to ttm_bo_validate v2Christian König2017-12-061-7/+9
* drm/ttm: remove cur_placementChristian König2017-12-061-3/+2Star
* drm/ttm: completely rework ttm_bo_delayed_deleteChristian König2017-12-061-49/+23Star
* drm/ttm: fix ttm_mem_evict_first once moreChristian König2017-12-061-2/+5
* drm/ttm: optimize ttm_mem_evict_first v5Christian König2017-12-061-21/+33
* drm/ttm: make unlocking in ttm_bo_cleanup_refs optional v3Christian König2017-12-061-24/+27
* drm/ttm: user reservation object wrappers v2Christian König2017-12-061-7/+9
* drm/ttm: consistently use reservation_object_unlockChristian König2017-12-061-6/+7
* drm/ttm: move unlocking out of ttm_bo_cleanup_memtype_useChristian König2017-12-061-2/+2
* drm/ttm: Always and only destroy bo->ttm_resv in ttm_bo_release_listMichel Dänzer2017-11-041-12/+4Star
* drm/ttm:fix memory leak due to individualizeMonk Liu2017-10-311-1/+4
* drm/ttm: fix memory leak while individualizing BOsChristian König2017-09-131-0/+2
* drm/ttm: fix ttm_bo_cleanup_refs_or_queue once moreChristian König2017-09-121-15/+17
* drm/ttm:fix wrong decoding of bo_countMonk Liu2017-08-291-2/+2
* drm/ttm: use reservation_object_trylock in ttm_bo_individualize_resv v2Christian König2017-08-181-1/+1