Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Ddma-resv.h184 static inline bool __must_check dma_resv_trylock(struct dma_resv *obj) in dma_resv_trylock() function
/Linux-v5.4/drivers/gpu/drm/i915/gt/
Dintel_engine_pool.c49 if (dma_resv_trylock(resv)) { in pool_active()
/Linux-v5.4/drivers/gpu/drm/i915/gem/
Di915_gem_wait.c87 if (prune_fences && dma_resv_trylock(resv)) { in i915_gem_object_wait_reservation()
/Linux-v5.4/drivers/gpu/drm/ttm/
Dttm_bo.c446 BUG_ON(!dma_resv_trylock(&bo->base._resv)); in ttm_bo_individualize_resv()
493 ret = dma_resv_trylock(bo->base.resv) ? 0 : -EBUSY; in ttm_bo_cleanup_refs_or_queue()
580 if (unlock_resv && !dma_resv_trylock(bo->base.resv)) { in ttm_bo_cleanup_refs()
643 } else if (dma_resv_trylock(bo->base.resv)) { in ttm_bo_delayed_delete()
794 ret = dma_resv_trylock(bo->base.resv); in ttm_bo_evict_swapout_allowable()
1367 locked = dma_resv_trylock(bo->base.resv); in ttm_bo_init_reserved()
Dttm_bo_vm.c134 if (unlikely(!dma_resv_trylock(bo->base.resv))) { in ttm_bo_vm_fault()
Dttm_bo_util.c522 ret = dma_resv_trylock(fbo->base.base.resv); in ttm_buffer_object_transfer()
/Linux-v5.4/include/drm/ttm/
Dttm_bo_driver.h667 success = dma_resv_trylock(bo->base.resv); in __ttm_bo_reserve()
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vm.c1998 if (!amdgpu_vm_debug && dma_resv_trylock(resv)) in amdgpu_vm_handle_moved()