[igt-dev] [PATCH i-g-t 0/5] tests: Add timeline semaphore tests

Lionel Landwerlin lionel.g.landwerlin at intel.com
Tue Aug 4 08:50:52 UTC 2020


Hi all,

Adding a new test to cover Chris' changes (multiple extension nodes).

Cheers,

Chunming Zhou (1):
  igt: add timeline test cases

Lionel Landwerlin (4):
  drm-uapi: bump i915_drm.h for timeline semaphores
  tests/syncobj_timeline: add more timeline tests
  tests/i915/exec_fence: add timeline fence tests
  tests/i915/gem_exec_fence: add engine chaining tests

 include/drm-uapi/i915_drm.h |   64 +-
 lib/igt_syncobj.c           |  236 ++++++
 lib/igt_syncobj.h           |   22 +
 lib/intel_reg.h             |    2 +
 tests/i915/gem_exec_fence.c | 1392 +++++++++++++++++++++++++++++++
 tests/meson.build           |    1 +
 tests/syncobj_timeline.c    | 1537 +++++++++++++++++++++++++++++++++++
 7 files changed, 3249 insertions(+), 5 deletions(-)
 create mode 100644 tests/syncobj_timeline.c

--
2.28.0


More information about the igt-dev mailing list