Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [i-g-t,0/2] tests/i915/pm_rc6_residency: Use sysfs to achieve peak
@ 2025-04-10  6:25 sk.anirban
  2025-04-10  6:25 ` [i-g-t, 1/2] tests/i915/pm_rc6_residency: Use sysfs to achieve peak frequency sk.anirban
                   ` (7 more replies)
  0 siblings, 8 replies; 16+ messages in thread
From: sk.anirban @ 2025-04-10  6:25 UTC (permalink / raw)
  To: igt-dev; +Cc: anshuman.gupta, badal.nilawar, riana.tauro, Sk Anirban

From: Sk Anirban <sk.anirban@intel.com>

Leverage IGT spinner to trigger frequency scaling and
set RPS minimum frequency to RP0 for achieving peak frequency.
This method replaces the existing waitboost mechanism used
to reach maximum frequency.

v2:
 - Disable power consumption check for dgfx

v3:
 - Implement igt exit handler

v4:
 - Cosmetic changes (Riana)

Signed-off-by: Sk Anirban <sk.anirban@intel.com>

Sk Anirban (2):
  tests/i915/pm_rc6_residency: Use sysfs to achieve peak frequency
  HAX: Add rc6-idle tests to fast feedback list

 tests/intel-ci/fast-feedback.testlist |   1 +
 tests/intel/i915_pm_rc6_residency.c   | 134 +++++++++++++++++---------
 2 files changed, 90 insertions(+), 45 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 16+ messages in thread
* [i-g-t 0/2] tests/i915/pm_rc6_residency: Use sysfs to achieve peak frequency
@ 2025-04-22  6:31 sk.anirban
  2025-04-22  6:31 ` [i-g-t, 1/2] " sk.anirban
  0 siblings, 1 reply; 16+ messages in thread
From: sk.anirban @ 2025-04-22  6:31 UTC (permalink / raw)
  To: igt-dev; +Cc: anshuman.gupta, badal.nilawar, riana.tauro, Sk Anirban

From: Sk Anirban <sk.anirban@intel.com>

Leverage IGT spinner to trigger frequency scaling and
set RPS minimum frequency to RP0 for achieving peak frequency.
This method replaces the existing waitboost mechanism used
to reach maximum frequency.

v2:
 - Disable power consumption check for dgfx

v3:
 - Implement igt exit handler

v4:
 - Cosmetic changes (Riana)

v5:
 - Limit the power consumption test to GT0 only

Signed-off-by: Sk Anirban <sk.anirban@intel.com>

Sk Anirban (2):
  tests/i915/pm_rc6_residency: Use sysfs to achieve peak frequency
  HAX: Add rc6-idle tests to fast feedback list

 tests/intel-ci/fast-feedback.testlist |   1 +
 tests/intel/i915_pm_rc6_residency.c   | 141 ++++++++++++++++++--------
 2 files changed, 97 insertions(+), 45 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 16+ messages in thread
* [i-g-t, 0/2] tests/i915/pm_rc6_residency: Use sysfs to achieve peak frequency
@ 2025-05-13 18:37 sk.anirban
  2025-05-13 18:37 ` [i-g-t, 1/2] " sk.anirban
  0 siblings, 1 reply; 16+ messages in thread
From: sk.anirban @ 2025-05-13 18:37 UTC (permalink / raw)
  To: igt-dev; +Cc: anshuman.gupta, badal.nilawar, riana.tauro, Sk Anirban

From: Sk Anirban <sk.anirban@intel.com>

Leverage IGT spinner to trigger frequency scaling and
set RPS minimum frequency to RP0 for achieving peak frequency.
This method replaces the existing waitboost mechanism used
to reach maximum frequency.

v2:
 - Disable power consumption check for dgfx

v3:
 - Implement igt exit handler

v4:
 - Cosmetic changes (Riana)

v5:
 - Limit the power consumption test to GT0 only

v6:
 - Fix frequency restoration (Riana)

Signed-off-by: Sk Anirban <sk.anirban@intel.com>


Sk Anirban (2):
  tests/i915/pm_rc6_residency: Use sysfs to achieve peak frequency
  HAX: Add rc6-idle tests to fast feedback list

 tests/intel-ci/fast-feedback.testlist |   1 +
 tests/intel/i915_pm_rc6_residency.c   | 136 +++++++++++++++++---------
 2 files changed, 92 insertions(+), 45 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2025-05-28  5:10 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-10  6:25 [i-g-t,0/2] tests/i915/pm_rc6_residency: Use sysfs to achieve peak sk.anirban
2025-04-10  6:25 ` [i-g-t, 1/2] tests/i915/pm_rc6_residency: Use sysfs to achieve peak frequency sk.anirban
2025-04-10  6:25 ` [i-g-t,2/2] HAX: Add rc6-idle tests to fast feedback list sk.anirban
2025-04-10  8:28 ` ✓ Xe.CI.BAT: success for tests/i915/pm_rc6_residency: Use sysfs to achieve peak Patchwork
2025-04-10  9:04 ` ✗ i915.CI.BAT: failure " Patchwork
2025-04-10 10:16 ` ✗ Xe.CI.Full: " Patchwork
2025-04-10 16:22 ` ✗ i915.CI.BAT: failure for tests/i915/pm_rc6_residency: Use sysfs to achieve peak (rev2) Patchwork
2025-04-10 16:38 ` ✓ Xe.CI.BAT: success " Patchwork
2025-04-10 20:09 ` ✗ Xe.CI.Full: failure " Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2025-04-22  6:31 [i-g-t 0/2] tests/i915/pm_rc6_residency: Use sysfs to achieve peak frequency sk.anirban
2025-04-22  6:31 ` [i-g-t, 1/2] " sk.anirban
2025-05-07 10:50   ` [i-g-t,1/2] " Riana Tauro
2025-05-07 11:27     ` Anirban, Sk
2025-05-13 18:37 [i-g-t, 0/2] " sk.anirban
2025-05-13 18:37 ` [i-g-t, 1/2] " sk.anirban
2025-05-22  3:34   ` [i-g-t,1/2] " Riana Tauro
2025-05-26 13:05     ` Anirban, Sk
2025-05-28  5:10       ` Riana Tauro

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