Make use of DRM_IOCTL_SYNCOBJ_IMPORT_SYNC_FILE
This new ioctl allows importing a sync file to a particular timeline
point on a syncobj. It eliminates the need to use a temporary binary
syncobj along with DRM_IOCTL_SYNCOBJ_TRANSFER.
Signed-off-by:
Erik Kurzinger <ekurzinger@nvidia.com>
Showing
- include/drm-uapi/drm.h 11 additions, 0 deletionsinclude/drm-uapi/drm.h
- lib/igt_syncobj.c 10 additions, 4 deletionslib/igt_syncobj.c
- lib/igt_syncobj.h 2 additions, 1 deletionlib/igt_syncobj.h
- tests/i915/gem_exec_fence.c 1 addition, 1 deletiontests/i915/gem_exec_fence.c
- tests/syncobj_timeline.c 6 additions, 35 deletionstests/syncobj_timeline.c
- tests/syncobj_wait.c 1 addition, 1 deletiontests/syncobj_wait.c
- tests/xe/xe_dma_buf_sync.c 1 addition, 1 deletiontests/xe/xe_dma_buf_sync.c
Loading
Please register or sign in to comment