Home
last modified time | relevance | path

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

/linux/drivers/dma-buf/
A Ddma-resv.c181 dma_resv_held(obj)); in dma_resv_reserve_shared()
207 dma_resv_held(obj)); in dma_resv_reserve_shared()
266 dma_resv_held(obj)); in dma_resv_add_shared_fence()
320 dma_resv_held(obj))); in dma_resv_add_excl_fence()
477 dma_resv_held(cursor->obj)); in dma_resv_iter_next()
530 excl = rcu_replace_pointer(dst->fence_excl, excl, dma_resv_held(dst)); in dma_resv_copy_fences()
531 list = rcu_replace_pointer(dst->fence, list, dma_resv_held(dst)); in dma_resv_copy_fences()
/linux/include/linux/
A Ddma-resv.h270 #define dma_resv_held(obj) lockdep_is_held(&(obj)->lock.base) macro
440 return rcu_dereference_check(obj->fence_excl, dma_resv_held(obj)); in dma_resv_excl_fence()
479 return rcu_dereference_check(obj->fence, dma_resv_held(obj)); in dma_resv_shared_list()
/linux/drivers/gpu/drm/radeon/
A Dradeon_sync.c114 dma_resv_held(resv)); in radeon_sync_resv()
/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_sync.c284 dma_resv_held(resv)); in amdgpu_sync_resv()
A Damdgpu_amdkfd_gpuvm.c261 dma_resv_held(resv)); in amdgpu_amdkfd_remove_eviction_fence()
281 dma_resv_held(resv)); in amdgpu_amdkfd_remove_eviction_fence()
A Damdgpu_ttm.c1377 dma_resv_held(bo->base.resv)); in amdgpu_ttm_bo_eviction_valuable()
/linux/drivers/gpu/drm/nouveau/
A Dnouveau_fence.c370 dma_resv_held(resv)); in nouveau_fence_sync()
/linux/drivers/gpu/drm/i915/
A Di915_vma.c1037 WARN_ON(!ww && vma->resv && dma_resv_held(vma->resv)); in i915_ggtt_pin()

Completed in 55 milliseconds