Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t v8 0/3] tests/intel/xe_pmu: Add PMU tests
@ 2025-02-05  2:10 Vinay Belgaumkar
  2025-02-05  2:10 ` [PATCH i-g-t v8 1/3] lib/igt_core: Add tolerance and measured_usleep utils Vinay Belgaumkar
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Vinay Belgaumkar @ 2025-02-05  2:10 UTC (permalink / raw)
  To: intel-gfx, igt-dev
  Cc: Vinay Belgaumkar, Riana Tauro, Rodrigo Vivi, Lucas De Marchi

Add utils and gt-c6 tests that utilize PMU counters.

Cc: Riana Tauro <riana.tauro@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Vinay Belgaumkar <vinay.belgaumkar@intel.com>

Vinay Belgaumkar (3):
  lib/igt_core: Add tolerance and measured_usleep utils
  lib/igt_perf: Add utils to extract PMU event info
  tests/xe/pmu: Add pmu tests for gt-c6

 lib/igt_core.c                         |  20 ++++
 lib/igt_core.h                         |  20 ++++
 lib/igt_perf.c                         |  70 ++++++++++++
 lib/igt_perf.h                         |   2 +
 tests/intel/drm_fdinfo.c               |  68 +++---------
 tests/intel/gem_exec_nop.c             |   6 --
 tests/intel/gem_spin_batch.c           |   6 --
 tests/intel/i915_pm_rc6_residency.c    |  42 ++------
 tests/intel/perf_pmu.c                 |  81 +++++---------
 tests/intel/sysfs_heartbeat_interval.c |  19 +---
 tests/intel/xe_pm_residency.c          |  29 +----
 tests/intel/xe_pmu.c                   | 142 +++++++++++++++++++++++++
 tests/meson.build                      |   1 +
 13 files changed, 309 insertions(+), 197 deletions(-)
 create mode 100644 tests/intel/xe_pmu.c

-- 
2.38.1


^ permalink raw reply	[flat|nested] 13+ messages in thread
* [PATCH i-g-t v9 0/3] tests/intel/xe_pmu: Add PMU tests
@ 2025-02-05 18:22 Vinay Belgaumkar
  2025-02-06 17:49 ` ✗ i915.CI.Full: failure for " Patchwork
  0 siblings, 1 reply; 13+ messages in thread
From: Vinay Belgaumkar @ 2025-02-05 18:22 UTC (permalink / raw)
  To: intel-gfx, igt-dev
  Cc: Vinay Belgaumkar, Riana Tauro, Rodrigo Vivi, Lucas De Marchi

Add utils and gt-c6 tests that utilize PMU counters.

Cc: Riana Tauro <riana.tauro@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Vinay Belgaumkar <vinay.belgaumkar@intel.com>

Vinay Belgaumkar (3):
  lib/igt_core: Add tolerance and measured_usleep utils
  lib/igt_perf: Add utils to extract PMU event info
  tests/xe/pmu: Add pmu tests for gt-c6

 lib/igt_core.c                         |  20 ++++
 lib/igt_core.h                         |  20 ++++
 lib/igt_perf.c                         |  70 ++++++++++++
 lib/igt_perf.h                         |   2 +
 tests/intel/drm_fdinfo.c               |  68 +++---------
 tests/intel/gem_exec_nop.c             |   6 --
 tests/intel/gem_spin_batch.c           |   6 --
 tests/intel/i915_pm_rc6_residency.c    |  42 ++------
 tests/intel/perf_pmu.c                 |  82 +++++---------
 tests/intel/sysfs_heartbeat_interval.c |  19 +---
 tests/intel/xe_pm_residency.c          |  29 +----
 tests/intel/xe_pmu.c                   | 142 +++++++++++++++++++++++++
 tests/meson.build                      |   1 +
 13 files changed, 310 insertions(+), 197 deletions(-)
 create mode 100644 tests/intel/xe_pmu.c

-- 
2.38.1


^ permalink raw reply	[flat|nested] 13+ messages in thread
* [PATCH i-g-t v4 0/2] tests/intel/xe_pmu: Add PMU tests
@ 2025-01-27  8:14 Vinay Belgaumkar
  2025-01-27 12:04 ` ✗ i915.CI.Full: failure for " Patchwork
  0 siblings, 1 reply; 13+ messages in thread
From: Vinay Belgaumkar @ 2025-01-27  8:14 UTC (permalink / raw)
  To: intel-gfx, igt-dev; +Cc: Vinay Belgaumkar, Rodrigo Vivi, Lucas De Marchi

Add utils and gt-c6 tests that utilize PMU counters.

Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Vinay Belgaumkar <vinay.belgaumkar@intel.com>

Vinay Belgaumkar (2):
  lib/igt_perf: Add utils to extract PMU event info
  tests/xe/pmu: Add pmu tests

 lib/igt_perf.c       |  74 +++++++++++++++++
 lib/igt_perf.h       |   4 +
 tests/intel/xe_pmu.c | 191 +++++++++++++++++++++++++++++++++++++++++++
 tests/meson.build    |   1 +
 4 files changed, 270 insertions(+)
 create mode 100644 tests/intel/xe_pmu.c

-- 
2.38.1


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

end of thread, other threads:[~2025-02-14 18:42 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-05  2:10 [PATCH i-g-t v8 0/3] tests/intel/xe_pmu: Add PMU tests Vinay Belgaumkar
2025-02-05  2:10 ` [PATCH i-g-t v8 1/3] lib/igt_core: Add tolerance and measured_usleep utils Vinay Belgaumkar
2025-02-06 12:08   ` Krzysztof Karas
2025-02-05  2:10 ` [PATCH i-g-t v8 2/3] lib/igt_perf: Add utils to extract PMU event info Vinay Belgaumkar
2025-02-14 18:42   ` Umesh Nerlige Ramappa
2025-02-05  2:10 ` [PATCH i-g-t v8 3/3] tests/xe/pmu: Add pmu tests for gt-c6 Vinay Belgaumkar
2025-02-05  3:08 ` ✓ Xe.CI.BAT: success for tests/intel/xe_pmu: Add PMU tests Patchwork
2025-02-05  3:23 ` ✓ i915.CI.BAT: " Patchwork
2025-02-05  9:47 ` ✗ Xe.CI.Full: failure " Patchwork
2025-02-05 10:47 ` ✗ i915.CI.Full: " Patchwork
2025-02-05 17:27   ` Belgaumkar, Vinay
  -- strict thread matches above, loose matches on Subject: below --
2025-02-05 18:22 [PATCH i-g-t v9 0/3] " Vinay Belgaumkar
2025-02-06 17:49 ` ✗ i915.CI.Full: failure for " Patchwork
2025-01-27  8:14 [PATCH i-g-t v4 0/2] " Vinay Belgaumkar
2025-01-27 12:04 ` ✗ i915.CI.Full: failure for " Patchwork

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