Home
last modified time | relevance | path

Searched refs:dma_resv_trylock (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/i915/
Ddma_resv_utils.c12 if (dma_resv_trylock(resv)) { in dma_resv_prune()
/Linux-v5.15/drivers/gpu/drm/ttm/
Dttm_bo.c239 BUG_ON(!dma_resv_trylock(&bo->base._resv)); in ttm_bo_individualize_resv()
323 if (unlock_resv && !dma_resv_trylock(bo->base.resv)) { in ttm_bo_cleanup_refs()
386 } else if (dma_resv_trylock(bo->base.resv)) { in ttm_bo_delayed_delete()
429 !dma_resv_trylock(bo->base.resv)) { in ttm_bo_release()
614 ret = dma_resv_trylock(bo->base.resv); in ttm_bo_evict_swapout_allowable()
1050 locked = dma_resv_trylock(bo->base.resv); in ttm_bo_init_reserved()
Dttm_bo_vm.c138 if (unlikely(!dma_resv_trylock(bo->base.resv))) { in ttm_bo_vm_reserve()
Dttm_bo_util.c247 ret = dma_resv_trylock(&fbo->base.base._resv); in ttm_buffer_object_transfer()
/Linux-v5.15/include/linux/
Ddma-resv.h174 static inline bool __must_check dma_resv_trylock(struct dma_resv *obj) in dma_resv_trylock() function
/Linux-v5.15/include/drm/ttm/
Dttm_bo_driver.h143 success = dma_resv_trylock(bo->base.resv); in ttm_bo_reserve()
/Linux-v5.15/drivers/gpu/drm/msm/
Dmsm_gem.h178 return dma_resv_trylock(obj->resv); in msm_gem_trylock()
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Damdgpu_dma_buf.c414 if (!dma_resv_trylock(resv)) in amdgpu_dma_buf_move_notify()
Damdgpu_amdkfd_gpuvm.c315 BUG_ON(!dma_resv_trylock(bo->tbo.base.resv)); in amdgpu_amdkfd_remove_fence_on_pt_pd_bos()
Damdgpu_vm.c2211 if (!amdgpu_vm_debug && dma_resv_trylock(resv)) in amdgpu_vm_handle_moved()
/Linux-v5.15/drivers/gpu/drm/i915/gem/
Di915_gem_object.h213 return dma_resv_trylock(obj->base.resv); in i915_gem_object_trylock()