linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Make the cpuinfo_cur_freq interface read correctly
@ 2023-10-25  9:38 Zeng Heng
  2023-10-25  9:38 ` [PATCH 1/3] arm64: cpufeature: Export cpu_has_amu_feat() Zeng Heng
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Zeng Heng @ 2023-10-25  9:38 UTC (permalink / raw)
  To: broonie, joey.gouly, will, amit.kachhap, rafael, catalin.marinas,
	james.morse, mark.rutland, maz, viresh.kumar, sumitg, yang
  Cc: linux-kernel, linux-pm, linux-arm-kernel, wangxiongfeng2,
	xiexiuqi

Patch 1~2: It is required to ensure that amu can continue to work normally
during the sample period while cstate is enabled.

Patch 3: Even works in the mmio mode, cpc_read still has random delay
errors, so let's extend the sampling time.

Zeng Heng (3):
  arm64: cpufeature: Export cpu_has_amu_feat()
  cpufreq: CPPC: Keep the target core awake when reading its cpufreq
    rate
  cpufreq: CPPC: Eliminate the impact of cpc_read() latency error

 arch/arm64/kernel/cpufeature.c |  1 +
 drivers/cpufreq/cppc_cpufreq.c | 53 ++++++++++++++++++++++++++++------
 2 files changed, 45 insertions(+), 9 deletions(-)

--
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2023-10-31 23:53 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-25  9:38 [PATCH 0/3] Make the cpuinfo_cur_freq interface read correctly Zeng Heng
2023-10-25  9:38 ` [PATCH 1/3] arm64: cpufeature: Export cpu_has_amu_feat() Zeng Heng
2023-10-25  9:38 ` [PATCH 2/3] cpufreq: CPPC: Keep the target core awake when reading its cpufreq rate Zeng Heng
2023-10-25 10:54   ` Mark Rutland
2023-10-25 14:57     ` Sumit Gupta
2023-10-30 13:19       ` Beata Michalska
2023-10-26  3:21     ` Zeng Heng
2023-10-25 11:13   ` Sudeep Holla
2023-10-26  2:24     ` Zeng Heng
2023-10-26  8:53       ` Sudeep Holla
2023-10-26  9:05         ` Zeng Heng
2023-10-31 23:52   ` kernel test robot
2023-10-25  9:38 ` [PATCH 3/3] cpufreq: CPPC: Eliminate the impact of cpc_read() latency error Zeng Heng
2023-10-25 11:01   ` Mark Rutland
2023-10-26  1:55     ` Zeng Heng
2023-10-26 11:26       ` Mark Rutland

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).