[igt-dev] [PATCH i-g-t 0/5] tests: Add timeline syncobj tests
Lionel Landwerlin
lionel.g.landwerlin at intel.com
Thu May 16 14:39:45 UTC 2019
New ioctls have been added to drm-syncobj to implement Vulkan timeline
semaphores. This series adds tests for this new feature.
Cheers,
Chunming Zhou (1):
igt: add timeline test cases
Lionel Landwerlin (4):
lib/syncobj: fix comment typo
include: bump drm headers
lib/syncobj: drop local declarations
tests/syncobj_timeline: add more timeline tests
include/drm-uapi/amdgpu_drm.h | 52 +-
include/drm-uapi/drm.h | 37 +
include/drm-uapi/drm_mode.h | 4 +-
include/drm-uapi/msm_drm.h | 14 +
include/drm-uapi/nouveau_drm.h | 51 ++
lib/igt_syncobj.c | 224 +++++-
lib/igt_syncobj.h | 45 +-
tests/meson.build | 1 +
tests/syncobj_basic.c | 2 +-
tests/syncobj_timeline.c | 1335 ++++++++++++++++++++++++++++++++
tests/syncobj_wait.c | 58 +-
11 files changed, 1756 insertions(+), 67 deletions(-)
create mode 100644 tests/syncobj_timeline.c
--
2.21.0.392.gf8f6787159e
More information about the igt-dev
mailing list