mbox series

[0/2] SC7180 BWMONs

Message ID 20230616-topic-sc7180_bwmons-v1-0-4ddb96f9a6cd@linaro.org
Headers show
Series SC7180 BWMONs | expand

Message

Konrad Dybcio June 15, 2023, 11:46 p.m. UTC
SC7180 has been using static DDR votes for the longest time. Time to
switch to BWMON (which accidentally results in up to 50% perf gains in
glmark2)!

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
Konrad Dybcio (2):
      dt-bindings: interconnect: qcom,bwmon: Document SC7180 BWMONs
      arm64: dts: qcom: sc7180: Hook up BWMONs

 .../bindings/interconnect/qcom,msm8998-bwmon.yaml  |   2 +
 arch/arm64/boot/dts/qcom/sc7180-lite.dtsi          |  10 +-
 arch/arm64/boot/dts/qcom/sc7180.dtsi               | 161 +++++++++++++++------
 3 files changed, 126 insertions(+), 47 deletions(-)
---
base-commit: 925294c9aa184801cc0a451b69a18dd0fe7d847d
change-id: 20230616-topic-sc7180_bwmons-c99dbc0c6c4a

Best regards,

Comments

Bjorn Andersson July 10, 2023, 5:07 a.m. UTC | #1
On Fri, 16 Jun 2023 01:46:08 +0200, Konrad Dybcio wrote:
> SC7180 has been using static DDR votes for the longest time. Time to
> switch to BWMON (which accidentally results in up to 50% perf gains in
> glmark2)!
> 
> 

Applied, thanks!

[2/2] arm64: dts: qcom: sc7180: Hook up BWMONs
      commit: adc16b84e1ea12fe527fba463db05452c9f06993

Best regards,
Krzysztof Kozlowski July 11, 2023, 7:34 a.m. UTC | #2
On 11/07/2023 09:23, Georgi Djakov wrote:
> On 11.07.23 9:42, Krzysztof Kozlowski wrote:
>> On 16/06/2023 01:46, Konrad Dybcio wrote:
>>> SC7180 - just like SC7280 - has a BWMONv4 for CPU-LLCC and a BWMONv5
>>> for DDR-LLCC paths. Document them.
>>>
>>> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
>>> ---
>>>   Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml | 2 ++
>>
>> Can we get this patch applied? DTS is already in next so without this
>> patch there are 90 new warnings:
>> https://krzk.eu/#/builders/90/builds/40/steps/25/logs/warnings__94_
>>
> 
> Applied.

Thank you!

Best regards,
Krzysztof