Message ID | 20220704121730.127925-1-krzysztof.kozlowski@linaro.org |
---|---|
Headers | show |
Series | soc/arm64: qcom: Add initial version of bwmon | expand |
Hi, On 7/4/22 05:17, Krzysztof Kozlowski wrote: > diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig > index e718b8735444..2c8091535bf7 100644 > --- a/drivers/soc/qcom/Kconfig > +++ b/drivers/soc/qcom/Kconfig > @@ -228,4 +228,19 @@ config QCOM_APR > application processor and QDSP6. APR is > used by audio driver to configure QDSP6 > ASM, ADM and AFE modules. > + > +config QCOM_ICC_BWMON > + tristate "QCOM Interconnect Bandwidth Monitor driver" > + depends on ARCH_QCOM || COMPILE_TEST > + select PM_OPP > + help > + Sets up driver monitoring bandwidth on various interconnects and Sets up driver bandwidth monitoring would be better, I think. > + based on that voting for interconnect bandwidth, adjusting their > + speed to current demand. > + Current implementation brings support for BWMON v4, used for example > + on SDM845 to measure bandwidth between CPU (gladiator_noc) and Last > + Level Cache (memnoc). Usage of this BWMON allows to remove some of > + the fixed bandwidth votes from cpufreq (CPU nodes) thus achieve high > + memory throughput even with lower CPU frequencies.
On Mon, 4 Jul 2022 14:17:26 +0200, Krzysztof Kozlowski wrote: > Changes since v7 > ================ > 1. After discussions with Bjorn and Rajendra, go back to "SoC-bwmon" > compatible, so without "llcc". The other bwmon instance - between > LLCC and DDR - should be called LLCC. > > Changes since v6 > ================ > 1. Patch #2 (driver): use MSM8998 compatible. > > [...] Applied, thanks! [4/4] arm64: dts: qcom: sdm845: Add CPU BWMON commit: d3ef125cf844ab2f6365d8645d7468cec709170a Best regards,