Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/ttm/
H A Dttm_bo.c336 BUG_ON(!dma_resv_trylock(&bo->base._resv)); in ttm_bo_individualize_resv()
419 if (unlock_resv && !dma_resv_trylock(bo->base.resv)) { in ttm_bo_cleanup_refs()
483 } else if (dma_resv_trylock(bo->base.resv)) { in ttm_bo_delayed_delete()
535 !dma_resv_trylock(bo->base.resv)) { in ttm_bo_release()
681 ret = dma_resv_trylock(bo->base.resv); in ttm_bo_evict_swapout_allowable()
1207 locked = dma_resv_trylock(bo->base.resv); in ttm_bo_init_reserved()
H A Dttm_bo_vm.c137 if (unlikely(!dma_resv_trylock(bo->base.resv))) { in ttm_bo_vm_reserve()
H A Dttm_bo_util.c380 ret = dma_resv_trylock(&fbo->base.base._resv); in ttm_buffer_object_transfer()
/OK3568_Linux_fs/kernel/include/linux/
H A Ddma-resv.h182 static inline bool __must_check dma_resv_trylock(struct dma_resv *obj) in dma_resv_trylock() function
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/
H A Di915_gem_wait.c87 if (prune_fences && dma_resv_trylock(resv)) { in i915_gem_object_wait_reservation()
H A Di915_gem_object.h150 return dma_resv_trylock(obj->base.resv); in i915_gem_object_trylock()
/OK3568_Linux_fs/kernel/include/drm/ttm/
H A Dttm_bo_driver.h497 success = dma_resv_trylock(bo->base.resv); in ttm_bo_reserve()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dintel_gt_buffer_pool.c108 if (dma_resv_trylock(resv)) { in pool_active()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_dma_buf.c552 if (!dma_resv_trylock(resv)) in amdgpu_dma_buf_move_notify()
H A Damdgpu_object.c1345 if (WARN_ON_ONCE(!dma_resv_trylock(bo->base.resv))) in amdgpu_bo_release_notify()
H A Damdgpu_amdkfd_gpuvm.c304 BUG_ON(!dma_resv_trylock(bo->tbo.base.resv)); in amdgpu_amdkfd_remove_fence_on_pt_pd_bos()
H A Damdgpu_vm.c2111 if (!amdgpu_vm_debug && dma_resv_trylock(resv)) in amdgpu_vm_handle_moved()