All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Energy Model power in micro-Watts and SCMI v3.1 alignment
@ 2022-06-22 14:57 ` Lukasz Luba
  0 siblings, 0 replies; 40+ messages in thread
From: Lukasz Luba @ 2022-06-22 14:57 UTC (permalink / raw)
  To: linux-kernel, linux-pm
  Cc: daniel.lezcano, amitk, rui.zhang, lukasz.luba, viresh.kumar,
	rafael, dietmar.eggemann, nm, sboyd, sudeep.holla,
	cristian.marussi, matthias.bgg, linux-mediatek, linux-arm-kernel

Hi all,

This is a patch set which changes Energy Model power values scale to
micro-Watts. It also upgrades the SCMI performance layer + scmi-cpufreq
driver to leverage the SCMI v3.1 spec and process micro-Watts power values
coming from FW. The higher precision in EM power field solves an issue
of a rounding error, which then can be misinterpreted as 'inefficient OPP'.
An example rounding issue calculation is present in patch 1/4 description.

Regards,
Lukasz Luba

Lukasz Luba (4):
  PM: EM: convert power field to micro-Watts precision and align drivers
  Documentation: EM: Switch to micro-Watts scale
  firmware: arm_scmi: Get detailed power scale from perf
  cpufreq: scmi: Support the power scale in micro-Watts in SCMI v3.1

 Documentation/power/energy-model.rst  | 14 +++---
 drivers/cpufreq/mediatek-cpufreq-hw.c |  7 +--
 drivers/cpufreq/scmi-cpufreq.c        | 15 ++++++-
 drivers/firmware/arm_scmi/perf.c      | 18 +++++---
 drivers/opp/of.c                      | 15 ++++---
 drivers/powercap/dtpm_cpu.c           |  5 +--
 drivers/thermal/cpufreq_cooling.c     | 13 +++++-
 drivers/thermal/devfreq_cooling.c     | 19 ++++++--
 include/linux/energy_model.h          | 63 ++++++++++++++++++++-------
 include/linux/scmi_protocol.h         |  8 +++-
 kernel/power/energy_model.c           | 31 ++++++++-----
 11 files changed, 146 insertions(+), 62 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2022-07-06  9:11 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-22 14:57 [PATCH 0/4] Energy Model power in micro-Watts and SCMI v3.1 alignment Lukasz Luba
2022-06-22 14:57 ` Lukasz Luba
2022-06-22 14:57 ` [PATCH 1/4] PM: EM: convert power field to micro-Watts precision and align drivers Lukasz Luba
2022-06-22 14:57   ` Lukasz Luba
2022-07-05  9:09   ` Daniel Lezcano
2022-07-05  9:09     ` Daniel Lezcano
2022-07-06  9:05     ` Lukasz Luba
2022-07-06  9:05       ` Lukasz Luba
2022-06-22 14:58 ` [PATCH 2/4] Documentation: EM: Switch to micro-Watts scale Lukasz Luba
2022-06-22 14:58   ` Lukasz Luba
2022-07-05  9:10   ` Daniel Lezcano
2022-07-05  9:10     ` Daniel Lezcano
2022-07-06  9:06     ` Lukasz Luba
2022-07-06  9:06       ` Lukasz Luba
2022-06-22 14:58 ` [PATCH 3/4] firmware: arm_scmi: Get detailed power scale from perf Lukasz Luba
2022-06-22 14:58   ` Lukasz Luba
2022-06-22 15:53   ` Sudeep Holla
2022-06-22 15:53     ` Sudeep Holla
2022-06-23  7:50     ` Lukasz Luba
2022-06-23  7:50       ` Lukasz Luba
2022-06-22 14:58 ` [PATCH 4/4] cpufreq: scmi: Support the power scale in micro-Watts in SCMI v3.1 Lukasz Luba
2022-06-22 14:58   ` Lukasz Luba
2022-06-22 15:55   ` Sudeep Holla
2022-06-22 15:55     ` Sudeep Holla
2022-07-05  9:25   ` Daniel Lezcano
2022-07-05  9:25     ` Daniel Lezcano
2022-07-06  9:08     ` Lukasz Luba
2022-07-06  9:08       ` Lukasz Luba
2022-06-29  9:49 ` [PATCH 0/4] Energy Model power in micro-Watts and SCMI v3.1 alignment Lukasz Luba
2022-06-29  9:49   ` Lukasz Luba
2022-06-29  9:53   ` Viresh Kumar
2022-06-29  9:53     ` Viresh Kumar
2022-06-29 10:00     ` Lukasz Luba
2022-06-29 10:00       ` Lukasz Luba
2022-06-29 10:01       ` Viresh Kumar
2022-06-29 10:01         ` Viresh Kumar
2022-06-29 10:21         ` Daniel Lezcano
2022-06-29 10:21           ` Daniel Lezcano
2022-06-29 10:24           ` Lukasz Luba
2022-06-29 10:24             ` Lukasz Luba

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.