diff options
author | 2025-03-28 21:48:54 +0100 | |
---|---|---|
committer | 2025-04-09 21:22:18 +0200 | |
commit | eaff6b62d3439ca6ee00dba4f77673a8c37dac20 (patch) | |
tree | 7b708d66abf301f1befbf3df36a50a48673318a2 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | cpufreq: Introduce cpufreq_policy_refresh() (diff) | |
download | linux-rng-eaff6b62d3439ca6ee00dba4f77673a8c37dac20.tar.xz linux-rng-eaff6b62d3439ca6ee00dba4f77673a8c37dac20.zip |
cpufreq: Pass policy pointer to ->update_limits()
Since cpufreq_update_limits() obtains a cpufreq policy pointer for the
given CPU and reference counts the corresponding policy object, it may
as well pass the policy pointer to the cpufreq driver's ->update_limits()
callback which allows that callback to avoid invoking cpufreq_cpu_get()
for the same CPU.
Accordingly, redefine ->update_limits() to take a policy pointer instead
of a CPU number and update both drivers implementing it, intel_pstate
and amd-pstate, as needed.
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Acked-by: Sudeep Holla <sudeep.holla@arm.com>
Tested-by: Sudeep Holla <sudeep.holla@arm.com>
Link: https://patch.msgid.link/8560367.NyiUUSuA9g@rjwysocki.net
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions