Re: [Intel-gfx] [PATCH 2/3] drm/i915/selftests: Add helper function measure_power

2022-09-26 Thread Belgaumkar, Vinay
On 9/23/2022 4:00 AM, Riana Tauro wrote: move the power measurement and the triangle filter to a different function. No functional changes. Signed-off-by: Riana Tauro LGTM, Reviewed-by: Vinay Belgaumkar --- drivers/gpu/drm/i915/gt/selftest_rps.c | 12 +--- 1 file changed, 9

[Intel-gfx] [PATCH 2/3] drm/i915/selftests: Add helper function measure_power

2022-09-23 Thread Riana Tauro
move the power measurement and the triangle filter to a different function. No functional changes. Signed-off-by: Riana Tauro --- drivers/gpu/drm/i915/gt/selftest_rps.c | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/i915/gt/selftest_rps.c