Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/ttm/
A Dttm_bo.c193 BUG_ON(!dma_resv_trylock(&bo->base._resv)); in ttm_bo_individualize_resv()
270 if (unlock_resv && !dma_resv_trylock(bo->base.resv)) { in ttm_bo_cleanup_refs()
350 !dma_resv_trylock(bo->base.resv)) { in ttm_bo_release()
529 ret = dma_resv_trylock(bo->base.resv); in ttm_bo_evict_swapout_allowable()
994 WARN_ON(!dma_resv_trylock(bo->base.resv)); in ttm_bo_init_reserved()
A Dttm_bo_vm.c125 if (unlikely(!dma_resv_trylock(bo->base.resv))) { in ttm_bo_vm_reserve()
A Dttm_bo_util.c254 ret = dma_resv_trylock(&fbo->base.base._resv); in ttm_buffer_object_transfer()
/linux-6.3-rc2/include/linux/
A Ddma-resv.h422 static inline bool __must_check dma_resv_trylock(struct dma_resv *obj) in dma_resv_trylock() function
/linux-6.3-rc2/include/drm/ttm/
A Dttm_bo.h250 success = dma_resv_trylock(bo->base.resv); in ttm_bo_reserve()
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_dma_buf.c402 if (!dma_resv_trylock(resv)) in amdgpu_dma_buf_move_notify()
A Damdgpu_object.c1321 if (WARN_ON_ONCE(!dma_resv_trylock(bo->base.resv))) in amdgpu_bo_release_notify()
A Damdgpu_vm.c1317 if (!amdgpu_vm_debug && dma_resv_trylock(resv)) in amdgpu_vm_handle_moved()
A Damdgpu_amdkfd_gpuvm.c334 BUG_ON(!dma_resv_trylock(bo->tbo.base.resv)); in amdgpu_amdkfd_remove_fence_on_pt_pd_bos()
/linux-6.3-rc2/drivers/gpu/drm/i915/gem/
A Di915_gem_object.h201 return dma_resv_trylock(obj->base.resv); in i915_gem_object_trylock()
/linux-6.3-rc2/drivers/gpu/drm/
A Ddrm_gem.c1433 if (!dma_resv_trylock(obj->resv)) in drm_gem_lru_scan()

Completed in 26 milliseconds