Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t 0/2] Add PMU tests for GT frequency
@ 2025-04-02  1:39 Vinay Belgaumkar
  2025-04-02  1:39 ` [PATCH i-g-t 1/2] lib/xe_gt: Move get/set GT freq utils to lib Vinay Belgaumkar
                   ` (6 more replies)
  0 siblings, 7 replies; 17+ messages in thread
From: Vinay Belgaumkar @ 2025-04-02  1:39 UTC (permalink / raw)
  To: intel-gfx, igt-dev; +Cc: Vinay Belgaumkar

Also move some frequency helpers to lib.

Signed-off-by: Vinay Belgaumkar <vinay.belgaumkar@intel.com>

Vinay Belgaumkar (2):
  lib/xe_gt: Move get/set GT freq utils to lib
  tests/xe_pmu: Add frequency test

 lib/xe/xe_gt.c           |  59 ++++++++++++++
 lib/xe/xe_gt.h           |   2 +
 tests/intel/xe_gt_freq.c | 164 +++++++++++++++------------------------
 tests/intel/xe_pmu.c     |  93 ++++++++++++++++++++++
 4 files changed, 218 insertions(+), 100 deletions(-)

-- 
2.38.1


^ permalink raw reply	[flat|nested] 17+ messages in thread
* [PATCH i-g-t 0/2] Add PMU test for GT frequency
@ 2025-04-07 23:44 Vinay Belgaumkar
  2025-04-07 23:44 ` [PATCH i-g-t 1/2] lib/xe_gt: Move get/set GT freq utils to lib Vinay Belgaumkar
  0 siblings, 1 reply; 17+ messages in thread
From: Vinay Belgaumkar @ 2025-04-07 23:44 UTC (permalink / raw)
  To: intel-gfx, igt-dev; +Cc: Vinay Belgaumkar, Riana Tauro

This will validate PMU frequency attributes that have been added
to the driver.

Cc: Riana Tauro <riana.tauro@intel.com>>
Signed-off-by: Vinay Belgaumkar <vinay.belgaumkar@intel.com>

Vinay Belgaumkar (2):
  lib/xe_gt: Move get/set GT freq utils to lib
  tests/xe_pmu: Add frequency test

 lib/xe/xe_gt.c           |  59 ++++++++++++++
 lib/xe/xe_gt.h           |   2 +
 tests/intel/xe_gt_freq.c | 164 +++++++++++++++------------------------
 tests/intel/xe_pmu.c     | 128 +++++++++++++++++++++++++++++-
 4 files changed, 252 insertions(+), 101 deletions(-)

-- 
2.38.1


^ permalink raw reply	[flat|nested] 17+ messages in thread
* [PATCH i-g-t 0/2] Add PMU test for GT frequency
@ 2025-04-10  1:33 Vinay Belgaumkar
  2025-04-10  1:33 ` [PATCH i-g-t 1/2] lib/xe_gt: Move get/set GT freq utils to lib Vinay Belgaumkar
  0 siblings, 1 reply; 17+ messages in thread
From: Vinay Belgaumkar @ 2025-04-10  1:33 UTC (permalink / raw)
  To: intel-gfx, igt-dev; +Cc: Vinay Belgaumkar, Riana Tauro, Kamil Konieczny

This will validate PMU frequency attributes that have been added
to the driver.

Cc: Riana Tauro <riana.tauro@intel.com>>
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Signed-off-by: Vinay Belgaumkar <vinay.belgaumkar@intel.com>

Vinay Belgaumkar (2):
  lib/xe_gt: Move get/set GT freq utils to lib
  tests/xe_pmu: Add frequency test

 lib/xe/xe_gt.c           |  61 ++++++++++++++
 lib/xe/xe_gt.h           |   2 +
 tests/intel/xe_gt_freq.c | 166 +++++++++++++++------------------------
 tests/intel/xe_pmu.c     | 147 ++++++++++++++++++++++++++++++++++
 4 files changed, 275 insertions(+), 101 deletions(-)

-- 
2.38.1


^ permalink raw reply	[flat|nested] 17+ messages in thread
* [PATCH i-g-t 0/2] Add PMU test for GT frequency
@ 2025-04-11 22:45 Vinay Belgaumkar
  2025-04-11 22:45 ` [PATCH i-g-t 1/2] lib/xe_gt: Move get/set GT freq utils to lib Vinay Belgaumkar
  0 siblings, 1 reply; 17+ messages in thread
From: Vinay Belgaumkar @ 2025-04-11 22:45 UTC (permalink / raw)
  To: intel-gfx, igt-dev; +Cc: Vinay Belgaumkar, Riana Tauro, Kamil Konieczny

This will validate PMU frequency attributes that have been added
to the driver.

Cc: Riana Tauro <riana.tauro@intel.com>>
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Signed-off-by: Vinay Belgaumkar <vinay.belgaumkar@intel.com>

Vinay Belgaumkar (2):
  lib/xe_gt: Move get/set GT freq utils to lib
  tests/xe_pmu: Add frequency test

 lib/xe/xe_gt.c           |  64 +++++++++++++++
 lib/xe/xe_gt.h           |   2 +
 tests/intel/xe_gt_freq.c | 166 +++++++++++++++------------------------
 tests/intel/xe_pmu.c     | 147 ++++++++++++++++++++++++++++++++++
 4 files changed, 278 insertions(+), 101 deletions(-)

-- 
2.38.1


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

end of thread, other threads:[~2025-04-11 22:46 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-02  1:39 [PATCH i-g-t 0/2] Add PMU tests for GT frequency Vinay Belgaumkar
2025-04-02  1:39 ` [PATCH i-g-t 1/2] lib/xe_gt: Move get/set GT freq utils to lib Vinay Belgaumkar
2025-04-03 10:50   ` Riana Tauro
2025-04-02  1:39 ` [PATCH i-g-t 2/2] tests/xe_pmu: Add frequency test Vinay Belgaumkar
2025-04-03 10:39   ` Riana Tauro
2025-04-02  2:19 ` ✓ Xe.CI.BAT: success for Add PMU tests for GT frequency Patchwork
2025-04-02  2:38 ` ✓ i915.CI.BAT: " Patchwork
2025-04-02  5:24 ` ✗ i915.CI.Full: failure " Patchwork
2025-04-02  5:47 ` ✗ Xe.CI.Full: " Patchwork
2025-04-06 23:48 ` Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2025-04-07 23:44 [PATCH i-g-t 0/2] Add PMU test " Vinay Belgaumkar
2025-04-07 23:44 ` [PATCH i-g-t 1/2] lib/xe_gt: Move get/set GT freq utils to lib Vinay Belgaumkar
2025-04-09 11:13   ` Kamil Konieczny
2025-04-10  1:24     ` Belgaumkar, Vinay
2025-04-10  1:33 [PATCH i-g-t 0/2] Add PMU test for GT frequency Vinay Belgaumkar
2025-04-10  1:33 ` [PATCH i-g-t 1/2] lib/xe_gt: Move get/set GT freq utils to lib Vinay Belgaumkar
2025-04-10 18:24   ` Kamil Konieczny
2025-04-10 19:01   ` Kamil Konieczny
2025-04-11 22:45 [PATCH i-g-t 0/2] Add PMU test for GT frequency Vinay Belgaumkar
2025-04-11 22:45 ` [PATCH i-g-t 1/2] lib/xe_gt: Move get/set GT freq utils to lib Vinay Belgaumkar

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