Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t v6 00/13] Intel Xe OA IGT's
@ 2024-07-01  1:41 Ashutosh Dixit
  2024-07-01  1:41 ` [PATCH i-g-t 01/13] tests/intel/xe_oa: Add first tests Ashutosh Dixit
                   ` (16 more replies)
  0 siblings, 17 replies; 19+ messages in thread
From: Ashutosh Dixit @ 2024-07-01  1:41 UTC (permalink / raw)
  To: igt-dev

The Xe OA lib's and tools have already been merged. This series now
contains the remaining Xe OA IGT's which are yet to be merged.

Ashutosh Dixit (13):
  tests/intel/xe_oa: Add first tests
  tests/intel/xe_oa: Add some negative tests
  tests/intel/xe_oa: Add "oa-formats" subtest
  tests/intel/xe_oa: Add oa exponent tests
  tests/intel/xe_oa: buffer-fill, non-zero-reason, enable-disable
  tests/intel/xe_oa: blocking and polling tests
  tests/intel/xe_oa: OAR/OAC tests
  tests/intel/xe_oa: Exclusive/concurrent access, rc6 and stress open
    close
  tests/intel/xe_oa: add remove OA config tests
  tests/intel/xe_oa: OA buffer mmap tests
  tests/intel/xe_oa: Register whitelisting and MMIO trigger tests
  tests/intel/xe_oa: Drop "xe-ref-count" subtest
  HAX: Add Xe OA tests to xe-fast-feedback.testlist

 lib/xe/xe_oa.h                           |    2 +-
 tests/intel-ci/xe-fast-feedback.testlist |   40 +
 tests/intel/xe_oa.c                      | 4707 ++++++++++++++++++++++
 tests/meson.build                        |    2 +
 4 files changed, 4750 insertions(+), 1 deletion(-)
 create mode 100644 tests/intel/xe_oa.c

-- 
2.41.0


^ permalink raw reply	[flat|nested] 19+ messages in thread
* [PATCH i-g-t v5 00/13] Intel Xe OA IGT's
@ 2024-06-30 22:56 Ashutosh Dixit
  2024-06-30 22:56 ` [PATCH i-g-t 08/13] tests/intel/xe_oa: Exclusive/concurrent access, rc6 and stress open close Ashutosh Dixit
  0 siblings, 1 reply; 19+ messages in thread
From: Ashutosh Dixit @ 2024-06-30 22:56 UTC (permalink / raw)
  To: igt-dev

The Xe OA lib's and tools have already been merged. This series now
contains the remaining Xe OA IGT's which are yet to be merged.

Ashutosh Dixit (13):
  tests/intel/xe_oa: Add first tests
  tests/intel/xe_oa: Add some negative tests
  tests/intel/xe_oa: Add "oa-formats" subtest
  tests/intel/xe_oa: Add oa exponent tests
  tests/intel/xe_oa: buffer-fill, non-zero-reason, enable-disable
  tests/intel/xe_oa: blocking and polling tests
  tests/intel/xe_oa: OAR/OAC tests
  tests/intel/xe_oa: Exclusive/concurrent access, rc6 and stress open
    close
  tests/intel/xe_oa: add remove OA config tests
  tests/intel/xe_oa: OA buffer mmap tests
  tests/intel/xe_oa: Register whitelisting and MMIO trigger tests
  tests/intel/xe_oa: Drop "xe-ref-count" subtest
  HAX: Add Xe OA tests to xe-fast-feedback.testlist

 tests/intel-ci/xe-fast-feedback.testlist |   41 +
 tests/intel/xe_oa.c                      | 4707 ++++++++++++++++++++++
 tests/meson.build                        |    2 +
 3 files changed, 4750 insertions(+)
 create mode 100644 tests/intel/xe_oa.c

-- 
2.41.0


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

end of thread, other threads:[~2024-07-01  5:14 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-01  1:41 [PATCH i-g-t v6 00/13] Intel Xe OA IGT's Ashutosh Dixit
2024-07-01  1:41 ` [PATCH i-g-t 01/13] tests/intel/xe_oa: Add first tests Ashutosh Dixit
2024-07-01  1:41 ` [PATCH i-g-t 02/13] tests/intel/xe_oa: Add some negative tests Ashutosh Dixit
2024-07-01  1:41 ` [PATCH i-g-t 03/13] tests/intel/xe_oa: Add "oa-formats" subtest Ashutosh Dixit
2024-07-01  1:41 ` [PATCH i-g-t 04/13] tests/intel/xe_oa: Add oa exponent tests Ashutosh Dixit
2024-07-01  1:41 ` [PATCH i-g-t 05/13] tests/intel/xe_oa: buffer-fill, non-zero-reason, enable-disable Ashutosh Dixit
2024-07-01  1:41 ` [PATCH i-g-t 06/13] tests/intel/xe_oa: blocking and polling tests Ashutosh Dixit
2024-07-01  1:41 ` [PATCH i-g-t 07/13] tests/intel/xe_oa: OAR/OAC tests Ashutosh Dixit
2024-07-01  1:41 ` [PATCH i-g-t 08/13] tests/intel/xe_oa: Exclusive/concurrent access, rc6 and stress open close Ashutosh Dixit
2024-07-01  1:41 ` [PATCH i-g-t 09/13] tests/intel/xe_oa: add remove OA config tests Ashutosh Dixit
2024-07-01  1:41 ` [PATCH i-g-t 10/13] tests/intel/xe_oa: OA buffer mmap tests Ashutosh Dixit
2024-07-01  1:41 ` [PATCH i-g-t 11/13] tests/intel/xe_oa: Register whitelisting and MMIO trigger tests Ashutosh Dixit
2024-07-01  1:41 ` [PATCH i-g-t 12/13] tests/intel/xe_oa: Drop "xe-ref-count" subtest Ashutosh Dixit
2024-07-01  1:41 ` [PATCH i-g-t 13/13] HAX: Add Xe OA tests to xe-fast-feedback.testlist Ashutosh Dixit
2024-07-01  2:12 ` ✓ CI.xeBAT: success for Intel Xe OA IGT's (rev6) Patchwork
2024-07-01  2:20 ` ✓ Fi.CI.BAT: " Patchwork
2024-07-01  3:14 ` ✗ CI.xeFULL: failure " Patchwork
2024-07-01  5:14 ` ✗ Fi.CI.IGT: " Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2024-06-30 22:56 [PATCH i-g-t v5 00/13] Intel Xe OA IGT's Ashutosh Dixit
2024-06-30 22:56 ` [PATCH i-g-t 08/13] tests/intel/xe_oa: Exclusive/concurrent access, rc6 and stress open close Ashutosh Dixit

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