mbox series

[0/4] tests/intel/xe_query: Add per drm client reset stats tests

Message ID 20250221155414.13961-1-jonathan.cavitt@intel.com (mailing list archive)
Headers show
Series tests/intel/xe_query: Add per drm client reset stats tests | expand

Message

Jonathan Cavitt Feb. 21, 2025, 3:54 p.m. UTC
Add tests that exercise the xe reset stats query.  The current tests
simply output the result of the tests and assert that the reset and ban
counters properly increment.

Signed-off-by: Jonathan Cavitt <jonathan.cavitt@intel.com>

Jonathan Cavitt (4):
  drm-uapi/xe: Declare reset stats query
  tests/intel/xe_query: Implement reset stats query test
  tests/intel/xe_query: Exercise reset count in reset stats
  tests/intel/xe_query: Exercise ban count in reset stats

 include/drm-uapi/xe_drm.h |  50 ++++++
 tests/intel/xe_query.c    | 339 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 389 insertions(+)