Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/
Ddrm_syncobj.c366 void drm_syncobj_replace_fence(struct drm_syncobj *syncobj, in drm_syncobj_replace_fence() function
393 EXPORT_SYMBOL(drm_syncobj_replace_fence);
408 drm_syncobj_replace_fence(syncobj, fence); in drm_syncobj_assign_null_handle()
524 drm_syncobj_replace_fence(syncobj, NULL); in drm_syncobj_free()
569 drm_syncobj_replace_fence(syncobj, fence); in drm_syncobj_create()
753 drm_syncobj_replace_fence(syncobj, fence); in drm_syncobj_import_sync_file_fence()
966 drm_syncobj_replace_fence(binary_syncobj, fence); in drm_syncobj_transfer_to_binary()
1470 drm_syncobj_replace_fence(syncobjs[i], NULL); in drm_syncobj_reset_ioctl()
/Linux-v6.6/include/drm/
Ddrm_syncobj.h124 void drm_syncobj_replace_fence(struct drm_syncobj *syncobj,
/Linux-v6.6/drivers/gpu/drm/virtio/
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-v6.6/drivers/gpu/drm/nouveau/
Dnouveau_sched.c252 drm_syncobj_replace_fence(*pobj, fence); in nouveau_job_fence_attach()
/Linux-v6.6/drivers/gpu/drm/v3d/
Dv3d_gem.c502 drm_syncobj_replace_fence(sync_out, done_fence); in v3d_attach_fences_and_unlock_reservation()
511 drm_syncobj_replace_fence(se->out_syncs[i].syncobj, in v3d_attach_fences_and_unlock_reservation()
/Linux-v6.6/drivers/gpu/drm/msm/
Dmsm_gem_submit.c648 drm_syncobj_replace_fence(syncobjs[i], NULL); in msm_reset_syncobjs()
733 drm_syncobj_replace_fence(post_deps[i].syncobj, in msm_process_post_deps()
/Linux-v6.6/drivers/gpu/drm/lima/
Dlima_gem.c371 drm_syncobj_replace_fence(out_sync, fence); in lima_gem_submit()
/Linux-v6.6/drivers/gpu/drm/tegra/
Dsubmit.c655 drm_syncobj_replace_fence(syncobj, fence); in tegra_drm_ioctl_channel_submit()
/Linux-v6.6/drivers/gpu/drm/panfrost/
Dpanfrost_drv.c293 drm_syncobj_replace_fence(sync_out, job->render_done_fence); in panfrost_ioctl_submit()
/Linux-v6.6/drivers/gpu/drm/vc4/
Dvc4_gem.c707 drm_syncobj_replace_fence(out_sync, exec->fence); in vc4_queue_submit()
/Linux-v6.6/drivers/gpu/drm/i915/gem/
Di915_gem_execbuffer.c3063 drm_syncobj_replace_fence(syncobj, fence); in signal_fence_array()
3511 drm_syncobj_replace_fence(eb.gem_context->syncobj, in i915_gem_do_execbuffer()
/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Damdgpu_cs.c1242 drm_syncobj_replace_fence(p->post_deps[i].syncobj, in amdgpu_cs_post_dependencies()