Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/
H A Dmsm_syncobj.c81 drm_syncobj_replace_fence(syncobjs[i], NULL); in msm_syncobj_reset()
168 drm_syncobj_replace_fence(post_deps[i].syncobj, in msm_syncobj_process_post_deps()
/linux/drivers/gpu/drm/
H A Ddrm_syncobj.c372 void drm_syncobj_replace_fence(struct drm_syncobj *syncobj, in drm_syncobj_replace_fence() function
399 EXPORT_SYMBOL(drm_syncobj_replace_fence);
414 drm_syncobj_replace_fence(syncobj, fence); in drm_syncobj_assign_null_handle()
533 drm_syncobj_replace_fence(syncobj, NULL); in drm_syncobj_free()
578 drm_syncobj_replace_fence(syncobj, fence); in drm_syncobj_create()
749 drm_syncobj_replace_fence(syncobj, fence); in drm_syncobj_import_sync_file_fence()
974 drm_syncobj_replace_fence(binary_syncobj, fence); in drm_syncobj_transfer_to_binary()
1536 drm_syncobj_replace_fence(syncobjs[i], NULL); in drm_syncobj_reset_ioctl()
/linux/include/drm/
H A Ddrm_syncobj.h124 void drm_syncobj_replace_fence(struct drm_syncobj *syncobj,
/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_submit.c168 drm_syncobj_replace_fence(syncobjs[i], NULL); in virtio_gpu_reset_syncobjs()
265 drm_syncobj_replace_fence(post_deps[i].syncobj, in virtio_gpu_process_post_deps()
/linux/drivers/gpu/drm/imagination/
H A Dpvr_sync.c200 drm_syncobj_replace_fence(sig_sync->syncobj, sig_sync->fence); in pvr_sync_signal_array_push_fences()
/linux/drivers/gpu/drm/xe/
H A Dxe_sync.c271 drm_syncobj_replace_fence(sync->syncobj, fence); in xe_sync_entry_signal()
/linux/drivers/gpu/drm/lima/
H A Dlima_gem.c376 drm_syncobj_replace_fence(out_sync, fence); in lima_gem_submit()
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_sched.c263 drm_syncobj_replace_fence(*pobj, fence); in nouveau_job_fence_attach()
/linux/drivers/gpu/drm/v3d/
H A Dv3d_submit.c251 drm_syncobj_replace_fence(sync_out, done_fence); in v3d_attach_fences_and_unlock_reservation()
260 drm_syncobj_replace_fence(se->out_syncs[i].syncobj, in v3d_attach_fences_and_unlock_reservation()
/linux/drivers/gpu/drm/tegra/
H A Dsubmit.c655 drm_syncobj_replace_fence(syncobj, fence); in tegra_drm_ioctl_channel_submit()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_userq_fence.c617 drm_syncobj_replace_fence(syncobj[i], fence); in amdgpu_userq_signal_ioctl()
H A Damdgpu_gem.c986 drm_syncobj_replace_fence(timeline_syncobj, in amdgpu_gem_va_ioctl()
H A Damdgpu_cs.c1277 drm_syncobj_replace_fence(p->post_deps[i].syncobj, in amdgpu_cs_post_dependencies()
/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_drv.c357 drm_syncobj_replace_fence(sync_out, job->render_done_fence); in panfrost_ioctl_submit()
/linux/drivers/gpu/drm/vc4/
H A Dvc4_gem.c641 drm_syncobj_replace_fence(out_sync, exec->fence); in vc4_queue_submit()
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c3042 drm_syncobj_replace_fence(syncobj, fence); in signal_fence_array()
3491 drm_syncobj_replace_fence(eb.gem_context->syncobj, in i915_gem_do_execbuffer()
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_drv.c586 drm_syncobj_replace_fence(sig_sync->syncobj, sig_sync->fence); in panthor_submit_ctx_push_fences()