All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/3] add SW BOOST support for CPPC
@ 2020-05-08  9:11 Xiongfeng Wang
  2020-05-08  9:11 ` [RFC PATCH 1/3] cpufreq: fix the return value in 'cpufreq_boost_set_sw()' Xiongfeng Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Xiongfeng Wang @ 2020-05-08  9:11 UTC (permalink / raw)
  To: rjw, viresh.kumar, Souvik.Chakravarty, Thanu.Rangarajan
  Cc: Sudeep.Holla, guohanjun, john.garry, jonathan.cameron, linux-pm,
	linux-kernel, wangxiongfeng2

ACPI spec 6.2 section 8.4.7.1 provide the following two CPC registers.

"Highest performance is the absolute maximum performance an individual
processor may reach, assuming ideal conditions. This performance level
may not be sustainable for long durations, and may only be achievable if
other platform components are in a specific state; for example, it may
require other processors be in an idle state.

Nominal Performance is the maximum sustained performance level of the
processor, assuming ideal operating conditions. In absence of an
external constraint (power, thermal, etc.) this is the performance level
the platform is expected to be able to maintain continuously. All
processors are expected to be able to sustain their nominal performance
state simultaneously."

We can use Highest Performance as the max performance in boost mode and
Nomial Performance as the max performance in non-boost mode. If the
Highest Performance is greater than the Nominal Performance, we assume
SW BOOST is supported.

Xiongfeng Wang (3):
  cpufreq: fix the return value in 'cpufreq_boost_set_sw()'
  cpufreq: Add SW BOOST support for drivers without frequency table
  CPPC: add support for SW BOOST

 drivers/cpufreq/cppc_cpufreq.c | 17 +++++++++++++++--
 drivers/cpufreq/cpufreq.c      | 25 +++++++++++++++++--------
 include/linux/cpufreq.h        |  2 ++
 3 files changed, 34 insertions(+), 10 deletions(-)

-- 
1.7.12.4


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-05-19  1:04 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-08  9:11 [RFC PATCH 0/3] add SW BOOST support for CPPC Xiongfeng Wang
2020-05-08  9:11 ` [RFC PATCH 1/3] cpufreq: fix the return value in 'cpufreq_boost_set_sw()' Xiongfeng Wang
2020-05-14 13:54   ` Rafael J. Wysocki
2020-05-15  1:28     ` Xiongfeng Wang
2020-05-08  9:11 ` [RFC PATCH 2/3] cpufreq: Add SW BOOST support for drivers without frequency table Xiongfeng Wang
2020-05-14 14:16   ` Rafael J. Wysocki
2020-05-15  1:49     ` Xiongfeng Wang
2020-05-18  7:53       ` Viresh Kumar
2020-05-19  1:04         ` Xiongfeng Wang
2020-05-08  9:11 ` [RFC PATCH 3/3] CPPC: add support for SW BOOST Xiongfeng Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.