Home
last modified time | relevance | path

Searched refs:dma_resv_held (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.15/include/linux/
Ddma-resv.h78 #define dma_resv_held(obj) lockdep_is_held(&(obj)->lock.base) macro
228 return rcu_dereference_check(obj->fence_excl, dma_resv_held(obj)); in dma_resv_excl_fence()
267 return rcu_dereference_check(obj->fence, dma_resv_held(obj)); in dma_resv_shared_list()
/Linux-v5.15/drivers/dma-buf/
Ddma-resv.c175 dma_resv_held(obj)); in dma_resv_reserve_shared()
201 dma_resv_held(obj)); in dma_resv_reserve_shared()
258 dma_resv_held(obj)); in dma_resv_add_shared_fence()
310 dma_resv_held(obj))); in dma_resv_add_excl_fence()
Ddma-buf.c1409 dma_resv_held(robj)); in dma_buf_debug_show()
1413 dma_resv_held(robj)); in dma_buf_debug_show()
/Linux-v5.15/drivers/gpu/drm/radeon/
Dradeon_sync.c114 dma_resv_held(resv)); in radeon_sync_resv()
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Damdgpu_sync.c284 dma_resv_held(resv)); in amdgpu_sync_resv()
Damdgpu_amdkfd_gpuvm.c259 dma_resv_held(resv)); in amdgpu_amdkfd_remove_eviction_fence()
279 dma_resv_held(resv)); in amdgpu_amdkfd_remove_eviction_fence()
Damdgpu_ttm.c1356 dma_resv_held(bo->base.resv)); in amdgpu_ttm_bo_eviction_valuable()
/Linux-v5.15/drivers/gpu/drm/nouveau/
Dnouveau_fence.c388 dma_resv_held(resv)); in nouveau_fence_sync()
/Linux-v5.15/drivers/gpu/drm/i915/
Di915_vma.c1040 WARN_ON(!ww && vma->resv && dma_resv_held(vma->resv)); in i915_ggtt_pin()