Skip to content

Commit c8c6c18

Browse files
Sharat Masettyandersson
authored andcommitted
arm64: dts: qcom: sc7180: Add opp-peak-kBps to GPU opp
Add opp-peak-kBps bindings to the GPU opp table, listing the peak GPU -> DDR bandwidth requirement for each opp level. This will be used to scale the DDR bandwidth along with the GPU frequency dynamically. Signed-off-by: Sharat Masetty <[email protected]> Reviewed-by: Matthias Kaehlcke <[email protected]> Signed-off-by: Akhil P Oommen <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent dd7dc29 commit c8c6c18

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

arch/arm64/boot/dts/qcom/sc7180.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1895,36 +1895,43 @@
18951895
opp-800000000 {
18961896
opp-hz = /bits/ 64 <800000000>;
18971897
opp-level = <RPMH_REGULATOR_LEVEL_TURBO>;
1898+
opp-peak-kBps = <8532000>;
18981899
};
18991900

19001901
opp-650000000 {
19011902
opp-hz = /bits/ 64 <650000000>;
19021903
opp-level = <RPMH_REGULATOR_LEVEL_NOM_L1>;
1904+
opp-peak-kBps = <7216000>;
19031905
};
19041906

19051907
opp-565000000 {
19061908
opp-hz = /bits/ 64 <565000000>;
19071909
opp-level = <RPMH_REGULATOR_LEVEL_NOM>;
1910+
opp-peak-kBps = <5412000>;
19081911
};
19091912

19101913
opp-430000000 {
19111914
opp-hz = /bits/ 64 <430000000>;
19121915
opp-level = <RPMH_REGULATOR_LEVEL_SVS_L1>;
1916+
opp-peak-kBps = <5412000>;
19131917
};
19141918

19151919
opp-355000000 {
19161920
opp-hz = /bits/ 64 <355000000>;
19171921
opp-level = <RPMH_REGULATOR_LEVEL_SVS>;
1922+
opp-peak-kBps = <3072000>;
19181923
};
19191924

19201925
opp-267000000 {
19211926
opp-hz = /bits/ 64 <267000000>;
19221927
opp-level = <RPMH_REGULATOR_LEVEL_LOW_SVS>;
1928+
opp-peak-kBps = <3072000>;
19231929
};
19241930

19251931
opp-180000000 {
19261932
opp-hz = /bits/ 64 <180000000>;
19271933
opp-level = <RPMH_REGULATOR_LEVEL_MIN_SVS>;
1934+
opp-peak-kBps = <1804000>;
19281935
};
19291936
};
19301937
};

0 commit comments

Comments
 (0)