[Intel-gfx] [PATCH 0/2] drm/i915/pmu: Use common freq functions with sysfs
Ashutosh Dixit
ashutosh.dixit at intel.com
Fri Mar 10 00:59:41 UTC 2023
Expose intel_rps_read_actual_frequency_fw to read the actual freq without
taking forcewake for use by PMU. The code is refactored to use a common set
of functions across sysfs and PMU. Using common functions with sysfs in PMU
solves the issues of missing support for MTL and missing support for older
generations (prior to Gen6). It also future proofs the PMU where sometimes
code has been updated for sysfs and PMU has been missed.
Ashutosh Dixit (2):
drm/i915/pmu: Use functions common with sysfs to read actual freq
drm/i915/pmu: Remove fallback to requested freq for SLPC
drivers/gpu/drm/i915/gt/intel_rps.c | 34 ++++++++++++++++-------------
drivers/gpu/drm/i915/gt/intel_rps.h | 2 +-
drivers/gpu/drm/i915/i915_pmu.c | 17 ++++++++++-----
3 files changed, 31 insertions(+), 22 deletions(-)
--
2.38.0
More information about the Intel-gfx
mailing list