Home
last modified time | relevance | path

Searched refs:drmSyncobjWait (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_fence.c100 ret = drmSyncobjWait(screen->fd, &syncobj, 1, abs_timeout, 0, NULL); in v3d_fence_wait()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_device.c83 ret = drmSyncobjWait(pdev->fd, &submit.out_sync, 1, INT64_MAX, 0, NULL); in panvk_queue_submit_batch()
111 ret = drmSyncobjWait(pdev->fd, &submit.out_sync, 1, INT64_MAX, 0, NULL); in panvk_queue_submit_batch()
/third_party/libdrm/
Dcore-symbols.txt192 drmSyncobjWait
Dxf86drm.h909 extern int drmSyncobjWait(int fd, uint32_t *handles, unsigned num_handles,
Dxf86drm.c4422 drm_public int drmSyncobjWait(int fd, uint32_t *handles, unsigned num_handles, in drmSyncobjWait() function
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_queue.c141 int ret = drmSyncobjWait(device->pdevice->render_fd, in gpu_queue_wait_idle()
1425 int ret = drmSyncobjWait(device->pdevice->render_fd, &fence->sync, 1, in v3dv_GetFenceStatus()
1536 ret = drmSyncobjWait(device->pdevice->render_fd, syncobjs, fenceCount, in v3dv_WaitForFences()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_screen.c761 ret = drmSyncobjWait(dev->fd, &fence->syncobj, in panfrost_fence_finish()
Dpan_job.c642 drmSyncobjWait(dev->fd, &out_sync, 1, in panfrost_batch_submit_ioctl()
/third_party/libdrm/amdgpu/
Damdgpu_cs.c706 return drmSyncobjWait(dev->fd, handles, num_handles, timeout_nsec, in amdgpu_cs_syncobj_wait()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_job.c250 return !drmSyncobjWait(job->fd, ctx->out_sync + pipe, 1, abs_timeout, 0, NULL); in lima_job_wait()