Home
last modified time | relevance | path

Searched refs:dma_resv_excl_fence (Results 1 – 17 of 17) sorted by relevance

/Linux-v5.15/drivers/dma-buf/
Ddma-resv.c287 struct dma_fence *old_fence = dma_resv_excl_fence(obj); in dma_resv_add_excl_fence()
383 old = dma_resv_excl_fence(dst); in dma_resv_copy_fences()
430 fence_excl = dma_resv_excl_fence(obj); in dma_resv_get_fences()
526 fence = dma_resv_excl_fence(obj); in dma_resv_wait_timeout()
642 fence = dma_resv_excl_fence(obj); in dma_resv_test_signaled()
Ddma-buf.c240 fence_excl = dma_resv_excl_fence(resv); in dma_buf_poll()
1401 fence = dma_resv_excl_fence(robj); in dma_buf_debug_show()
/Linux-v5.15/drivers/gpu/drm/i915/gem/
Di915_gem_busy.c116 args->busy = busy_check_writer(dma_resv_excl_fence(obj->base.resv)); in i915_gem_busy_ioctl()
/Linux-v5.15/include/linux/
Ddma-resv.h226 dma_resv_excl_fence(struct dma_resv *obj) in dma_resv_excl_fence() function
/Linux-v5.15/drivers/gpu/drm/radeon/
Dradeon_sync.c101 f = dma_resv_excl_fence(resv); in radeon_sync_resv()
Dradeon_uvd.c482 f = dma_resv_excl_fence(bo->tbo.base.resv); in radeon_uvd_cs_msg()
Dradeon_display.c536 work->fence = dma_fence_get(dma_resv_excl_fence(new_rbo->tbo.base.resv)); in radeon_crtc_page_flip_target()
/Linux-v5.15/drivers/infiniband/core/
Dumem_dmabuf.c68 fence = dma_resv_excl_fence(umem_dmabuf->attach->dmabuf->resv); in ib_umem_dmabuf_map_pages()
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Damdgpu_sync.c264 f = dma_resv_excl_fence(resv); in amdgpu_sync_resv()
Damdgpu_gem.c229 fence = dma_resv_excl_fence(bo->tbo.base.resv); in amdgpu_gem_object_close()
Damdgpu_cs.c1280 dma_fence_chain_init(chain, dma_resv_excl_fence(resv), in amdgpu_cs_submit()
/Linux-v5.15/drivers/gpu/drm/nouveau/
Dnouveau_fence.c359 fence = dma_resv_excl_fence(resv); in nouveau_fence_sync()
Dnouveau_bo.c962 struct dma_fence *fence = dma_resv_excl_fence(bo->base.resv); in nouveau_bo_vm_cleanup()
/Linux-v5.15/drivers/gpu/drm/etnaviv/
Detnaviv_gem.c462 fence = dma_resv_excl_fence(robj); in etnaviv_gem_describe()
/Linux-v5.15/drivers/gpu/drm/vmwgfx/
Dvmwgfx_resource.c1172 (dma_resv_excl_fence(bo->base.resv)); in vmw_resources_clean()
/Linux-v5.15/drivers/gpu/drm/ttm/
Dttm_bo.c268 fence = dma_resv_excl_fence(resv); in ttm_bo_flush_all_fences()
/Linux-v5.15/drivers/gpu/drm/msm/
Dmsm_gem.c969 fence = dma_resv_excl_fence(robj); in msm_gem_describe()