All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t v2 0/5] tests: Add timeline syncobj tests
@ 2019-05-21 13:22 Lionel Landwerlin
  2019-05-21 13:22 ` [igt-dev] [PATCH i-g-t v2 1/5] lib/syncobj: fix comment typo Lionel Landwerlin
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Lionel Landwerlin @ 2019-05-21 13:22 UTC (permalink / raw)
  To: igt-dev

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              |  253 +++++-
 lib/igt_syncobj.h              |   45 +-
 tests/meson.build              |    1 +
 tests/syncobj_basic.c          |    2 +-
 tests/syncobj_timeline.c       | 1353 ++++++++++++++++++++++++++++++++
 tests/syncobj_wait.c           |   58 +-
 11 files changed, 1803 insertions(+), 67 deletions(-)
 create mode 100644 tests/syncobj_timeline.c

--
2.21.0.392.gf8f6787159e
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-06-18  8:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-21 13:22 [igt-dev] [PATCH i-g-t v2 0/5] tests: Add timeline syncobj tests Lionel Landwerlin
2019-05-21 13:22 ` [igt-dev] [PATCH i-g-t v2 1/5] lib/syncobj: fix comment typo Lionel Landwerlin
2019-05-21 13:22 ` [igt-dev] [PATCH i-g-t v2 2/5] include: bump drm headers Lionel Landwerlin
2019-05-21 13:22 ` [igt-dev] [PATCH i-g-t v2 3/5] lib/syncobj: drop local declarations Lionel Landwerlin
2019-05-21 13:22 ` [igt-dev] [PATCH i-g-t v2 4/5] igt: add timeline test cases Lionel Landwerlin
2019-05-21 13:22 ` [igt-dev] [PATCH i-g-t v2 5/5] tests/syncobj_timeline: add more timeline tests Lionel Landwerlin
2019-05-21 14:38 ` [igt-dev] ✓ Fi.CI.BAT: success for tests: Add timeline syncobj tests (rev2) Patchwork
2019-05-22  4:14 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2019-06-18  8:16 ` [igt-dev] [PATCH i-g-t v2 0/5] tests: Add timeline syncobj tests Lionel Landwerlin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.