]> git.baikalelectronics.ru Git - kernel.git/commit
cpufreq: CPPC: Enable dvfs_possible_from_any_cpu
authorPierre Gondois <Pierre.Gondois@arm.com>
Wed, 18 May 2022 09:09:01 +0000 (11:09 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 19 May 2022 17:45:34 +0000 (19:45 +0200)
commit1a937ee5a916aecef0df9e4cad0e21a7b6b56560
tree6e206089b2b02a9041fe194eb3753127d3e1df32
parentd90a51000013a7687b6f96d986cd3974cc512cdf
cpufreq: CPPC: Enable dvfs_possible_from_any_cpu

The communication mean of the _CPC desired performance can be
PCC, System Memory, System IO, or Functional Fixed Hardware (FFH).

PCC, SystemMemory and SystemIo address spaces are available from any
CPU. Thus, dvfs_possible_from_any_cpu should be enabled in such case.
For FFH, let the FFH implementation do smp_call_function_*() calls.

Signed-off-by: Pierre Gondois <pierre.gondois@arm.com>
Reviewed-by: Sudeep Holla <sudeep.holla@arm.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/cppc_cpufreq.c