Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddma-fence-chain.h85 * dma_fence_chain_alloc
93 #define dma_fence_chain_alloc() \ macro
/linux/drivers/gpu/drm/msm/
H A Dmsm_syncobj.c126 post_deps[i].chain = dma_fence_chain_alloc(); in msm_syncobj_parse_post_deps()
/linux/drivers/gpu/drm/
H A Ddrm_gem_atomic_helper.c176 struct dma_fence_chain *chain = dma_fence_chain_alloc(); in drm_gem_plane_helper_prepare_fb()
H A Ddrm_syncobj.c760 struct dma_fence_chain *chain = dma_fence_chain_alloc(); in drm_syncobj_import_sync_file_fence()
969 chain = dma_fence_chain_alloc(); in drm_syncobj_transfer_to_timeline()
1651 chains[i] = dma_fence_chain_alloc(); in drm_syncobj_timeline_signal_ioctl()
/linux/drivers/gpu/drm/imagination/
H A Dpvr_sync.c75 sig_sync->chain = dma_fence_chain_alloc(); in pvr_sync_signal_array_add()
/linux/drivers/gpu/drm/xe/
H A Dxe_sched_job.c134 chain = dma_fence_chain_alloc(); in xe_sched_job_create()
H A Dxe_sync.c167 sync->chain_fence = dma_fence_chain_alloc(); in xe_sync_entry_parse()
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_sched.c233 *pchain = dma_fence_chain_alloc(); in nouveau_job_fence_attach_prepare()
/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_submit.c222 post_deps[i].chain = dma_fence_chain_alloc(); in virtio_gpu_parse_post_deps()
/linux/drivers/dma-buf/
H A Dst-dma-fence-unwrap.c89 f = dma_fence_chain_alloc(); in mock_chain()
H A Dst-dma-fence-chain.c67 f = dma_fence_chain_alloc(); in mock_chain()
/linux/drivers/accel/amdxdna/
H A Daie2_ctx.c844 chain = dma_fence_chain_alloc(); in aie2_cmd_submit()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gem.c106 *chain = dma_fence_chain_alloc(); in amdgpu_gem_update_timeline_node()
H A Damdgpu_cs.c578 dep->chain = dma_fence_chain_alloc(); in amdgpu_cs_p2_syncobj_timeline_signal()
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_drv.c390 sig_sync->chain = dma_fence_chain_alloc(); in panthor_submit_ctx_add_sync_signal()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_plane.c1137 struct dma_fence_chain *chain = dma_fence_chain_alloc(); in add_dma_resv_fences()
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c2912 f->chain_fence = dma_fence_chain_alloc(); in add_timeline_fence_array()