Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_drm_client.c211 if (dma_resv_trylock(bo->ttm.base.resv)) { in show_meminfo()
234 if (dma_resv_trylock(bo->ttm.base.resv)) { in show_meminfo()
H A Dxe_bo.c1534 locked = dma_resv_trylock(&ttm_bo->base._resv); in xe_ttm_bo_lock_in_destructor()
1899 if (!dma_resv_trylock(tbo->base.resv)) in xe_bo_cpu_fault_fastpath()
/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_gem_shrinker.c50 if (!dma_resv_trylock(shmem->base.resv)) in panfrost_gem_purge()
/linux/include/linux/
H A Ddma-resv.h422 static inline bool __must_check dma_resv_trylock(struct dma_resv *obj) in dma_resv_trylock() function
/linux/drivers/gpu/drm/ttm/
H A Dttm_bo.c198 BUG_ON(!dma_resv_trylock(&bo->base._resv)); in ttm_bo_individualize_resv()
281 !dma_resv_trylock(bo->base.resv)) { in ttm_bo_release()
967 WARN_ON(!dma_resv_trylock(bo->base.resv)); in ttm_bo_init_reserved()
H A Dttm_bo_util.c258 ret = dma_resv_trylock(&fbo->base.base._resv); in ttm_buffer_object_transfer()
828 if (dma_resv_trylock(bo->base.resv)) { in ttm_lru_walk_trylock()
/linux/include/drm/ttm/
H A Dttm_bo.h289 success = dma_resv_trylock(bo->base.resv); in ttm_bo_reserve()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_dma_buf.c509 if (!dma_resv_trylock(resv)) in amdgpu_dma_buf_move_notify()
H A Damdgpu_vm.c1639 if (!adev->debug_vm && dma_resv_trylock(resv)) { in amdgpu_vm_handle_moved()
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_object.h206 return dma_resv_trylock(obj->base.resv); in i915_gem_object_trylock()
/linux/drivers/iio/
H A Dindustrialio-buffer.c1620 if (!dma_resv_trylock(dmabuf->resv)) in iio_dma_resv_lock()
/linux/drivers/usb/gadget/function/
H A Df_fs.c1450 if (!dma_resv_trylock(dmabuf->resv)) in ffs_dma_resv_lock()