Re: [PATCH v1] drm/i915/selftests: Correct frequency handling in RPS power measurement

2025-01-08 Thread Riana Tauro
On 1/8/2025 10:18 AM, sk.anir...@intel.com wrote: From: Sk Anirban Fix the frequency calculation by ensuring it is adjusted adjusted? "Fix the frequency calculation during power measurement" should be enough only once during power measurement. Update live_rps_power test to use the correct

[PATCH v1] drm/i915/selftests: Correct frequency handling in RPS power measurement

2025-01-07 Thread sk . anirban
From: Sk Anirban Fix the frequency calculation by ensuring it is adjusted only once during power measurement. Update live_rps_power test to use the correct frequency values for logging and comparison. Signed-off-by: Sk Anirban --- drivers/gpu/drm/i915/gt/selftest_rps.c | 9 + 1 file ch