public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t 00/10] Vulkan performance queries support & others
@ 2019-07-25 10:30 Lionel Landwerlin
  2019-07-25 10:30 ` [igt-dev] [PATCH i-g-t 01/10] include: temporary import of headers Lionel Landwerlin
                   ` (12 more replies)
  0 siblings, 13 replies; 21+ messages in thread
From: Lionel Landwerlin @ 2019-07-25 10:30 UTC (permalink / raw)
  To: igt-dev

Apologies for the mixed set of changes. It is mostly due to
performance queries extending the execbuf which then requires fences
to be passed by the new execbuf extension mechanism (at which point
we're just as good having timeline syncobj support).

Cheers,

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

Lionel Landwerlin (9):
  include: temporary import of headers
  tests/i915-query: add new tests for perf configurations queries
  tests/perf: add tests for holding preemption
  tests/perf: add tests to new OA reconfiguration execbuf extension
  lib/syncobj: drop local declarations
  tests/syncobj_timeline: add more timeline tests
  tests/i915/exec_fence: switch to internal headers
  tests/i915/exec_fence: reuse syncobj helpers
  tests/i915/exec_fence: add timeline fence tests

 include/drm-uapi/amdgpu_drm.h   |   56 +-
 include/drm-uapi/drm.h          |   38 +
 include/drm-uapi/drm_mode.h     |  121 ++-
 include/drm-uapi/i915_drm.h     |  194 ++++-
 include/drm-uapi/msm_drm.h      |   14 +
 include/drm-uapi/nouveau_drm.h  |   51 ++
 include/drm-uapi/panfrost_drm.h |   24 +
 include/drm-uapi/v3d_drm.h      |   28 +
 include/drm-uapi/vmwgfx_drm.h   |    4 +-
 lib/igt_syncobj.c               |  252 +++++-
 lib/igt_syncobj.h               |   48 +-
 lib/intel_reg.h                 |    1 +
 tests/i915/gem_exec_fence.c     |  884 ++++++++++++++-----
 tests/i915/i915_query.c         |  608 +++++++++++++
 tests/meson.build               |    1 +
 tests/perf.c                    |  699 +++++++++++++++
 tests/syncobj_basic.c           |    2 +-
 tests/syncobj_timeline.c        | 1423 +++++++++++++++++++++++++++++++
 tests/syncobj_wait.c            |   58 +-
 19 files changed, 4206 insertions(+), 300 deletions(-)
 create mode 100644 tests/syncobj_timeline.c

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

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

end of thread, other threads:[~2019-08-02  9:47 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-25 10:30 [igt-dev] [PATCH i-g-t 00/10] Vulkan performance queries support & others Lionel Landwerlin
2019-07-25 10:30 ` [igt-dev] [PATCH i-g-t 01/10] include: temporary import of headers Lionel Landwerlin
2019-07-25 10:30 ` [igt-dev] [PATCH i-g-t 02/10] tests/i915-query: add new tests for perf configurations queries Lionel Landwerlin
2019-07-25 10:30 ` [igt-dev] [PATCH i-g-t 03/10] tests/perf: add tests for holding preemption Lionel Landwerlin
2019-07-25 10:30 ` [igt-dev] [PATCH i-g-t 04/10] tests/perf: add tests to new OA reconfiguration execbuf extension Lionel Landwerlin
2019-07-25 10:30 ` [igt-dev] [PATCH i-g-t 05/10] lib/syncobj: drop local declarations Lionel Landwerlin
2019-07-25 10:30 ` [igt-dev] [PATCH i-g-t 06/10] igt: add timeline test cases Lionel Landwerlin
2019-07-26  2:56   ` zhoucm1
2019-07-26  9:07     ` Lionel Landwerlin
2019-07-25 10:30 ` [igt-dev] [PATCH i-g-t 07/10] tests/syncobj_timeline: add more timeline tests Lionel Landwerlin
2019-07-25 10:30 ` [igt-dev] [PATCH i-g-t 08/10] tests/i915/exec_fence: switch to internal headers Lionel Landwerlin
2019-07-25 10:30 ` [igt-dev] [PATCH i-g-t 09/10] tests/i915/exec_fence: reuse syncobj helpers Lionel Landwerlin
2019-07-25 10:30 ` [igt-dev] [PATCH i-g-t 10/10] tests/i915/exec_fence: add timeline fence tests Lionel Landwerlin
2019-07-31 20:33   ` Chris Wilson
2019-08-02  9:03     ` Lionel Landwerlin
2019-08-02  9:11       ` Chris Wilson
2019-08-02  9:47         ` Lionel Landwerlin
2019-07-31 20:35   ` Chris Wilson
2019-07-25 11:18 ` [igt-dev] ✗ GitLab.Pipeline: warning for Vulkan performance queries support & others Patchwork
2019-07-25 11:19 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2019-07-25 16:37 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox