Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
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()
Dxe_bo.c1018 locked = dma_resv_trylock(ttm_bo->base.resv); in xe_ttm_bo_lock_in_destructor()
/linux-6.12.1/drivers/gpu/drm/panfrost/
Dpanfrost_gem_shrinker.c50 if (!dma_resv_trylock(shmem->base.resv)) in panfrost_gem_purge()
/linux-6.12.1/include/linux/
Ddma-resv.h422 static inline bool __must_check dma_resv_trylock(struct dma_resv *obj) in dma_resv_trylock() function
/linux-6.12.1/drivers/gpu/drm/ttm/
Dttm_bo.c193 BUG_ON(!dma_resv_trylock(&bo->base._resv)); in ttm_bo_individualize_resv()
276 !dma_resv_trylock(bo->base.resv)) { in ttm_bo_release()
922 WARN_ON(!dma_resv_trylock(bo->base.resv)); in ttm_bo_init_reserved()
Dttm_bo_util.c254 ret = dma_resv_trylock(&fbo->base.base._resv); in ttm_buffer_object_transfer()
780 if (dma_resv_trylock(bo->base.resv)) { in ttm_lru_walk_trylock()
Dttm_bo_vm.c125 if (unlikely(!dma_resv_trylock(bo->base.resv))) { in ttm_bo_vm_reserve()
/linux-6.12.1/include/drm/ttm/
Dttm_bo.h290 success = dma_resv_trylock(bo->base.resv); in ttm_bo_reserve()
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_dma_buf.c376 if (!dma_resv_trylock(resv)) in amdgpu_dma_buf_move_notify()
Damdgpu_object.c1260 if (WARN_ON_ONCE(!dma_resv_trylock(bo->base.resv))) in amdgpu_bo_release_notify()
1488 if (dma_resv_trylock(bo->tbo.base.resv)) { in amdgpu_bo_print_info()
Damdgpu_vm.c1099 !dma_resv_trylock(bo->tbo.base.resv)) in amdgpu_vm_bo_get_memory()
1518 if (!adev->debug_vm && dma_resv_trylock(resv)) { in amdgpu_vm_handle_moved()
Damdgpu_amdkfd_gpuvm.c401 BUG_ON(!dma_resv_trylock(bo->tbo.base.resv)); in amdgpu_amdkfd_remove_fence_on_pt_pd_bos()
/linux-6.12.1/drivers/gpu/drm/i915/gem/
Di915_gem_object.h205 return dma_resv_trylock(obj->base.resv); in i915_gem_object_trylock()
/linux-6.12.1/drivers/gpu/drm/
Ddrm_gem.c1480 if (!dma_resv_trylock(obj->resv)) { in drm_gem_lru_scan()
/linux-6.12.1/drivers/iio/
Dindustrialio-buffer.c1620 if (!dma_resv_trylock(dmabuf->resv)) in iio_dma_resv_lock()
/linux-6.12.1/drivers/usb/gadget/function/
Df_fs.c1440 if (!dma_resv_trylock(dmabuf->resv)) in ffs_dma_resv_lock()