Skip to content

Commit 369c4ef

Browse files
Sharat Masettyrobclark
authored andcommitted
dt-bindings: drm/msm/gpu: Document gpu opp table
Update documentation to list the gpu opp table bindings including the newly added "opp-peak-kBps" needed for GPU-DDR bandwidth scaling. Signed-off-by: Sharat Masetty <[email protected]> Acked-by: Rob Herring <[email protected]> Signed-off-by: Akhil P Oommen <[email protected]> Signed-off-by: Rob Clark <[email protected]>
1 parent 3cbdc8d commit 369c4ef

File tree

1 file changed

+28
-0
lines changed
  • Documentation/devicetree/bindings/display/msm

1 file changed

+28
-0
lines changed

Documentation/devicetree/bindings/display/msm/gpu.txt

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,34 @@ Example a6xx (with GMU):
112112
interconnects = <&rsc_hlos MASTER_GFX3D &rsc_hlos SLAVE_EBI1>;
113113
interconnect-names = "gfx-mem";
114114

115+
gpu_opp_table: opp-table {
116+
compatible = "operating-points-v2";
117+
118+
opp-430000000 {
119+
opp-hz = /bits/ 64 <430000000>;
120+
opp-level = <RPMH_REGULATOR_LEVEL_SVS_L1>;
121+
opp-peak-kBps = <5412000>;
122+
};
123+
124+
opp-355000000 {
125+
opp-hz = /bits/ 64 <355000000>;
126+
opp-level = <RPMH_REGULATOR_LEVEL_SVS>;
127+
opp-peak-kBps = <3072000>;
128+
};
129+
130+
opp-267000000 {
131+
opp-hz = /bits/ 64 <267000000>;
132+
opp-level = <RPMH_REGULATOR_LEVEL_LOW_SVS>;
133+
opp-peak-kBps = <3072000>;
134+
};
135+
136+
opp-180000000 {
137+
opp-hz = /bits/ 64 <180000000>;
138+
opp-level = <RPMH_REGULATOR_LEVEL_MIN_SVS>;
139+
opp-peak-kBps = <1804000>;
140+
};
141+
};
142+
115143
qcom,gmu = <&gmu>;
116144

117145
zap-shader {

0 commit comments

Comments
 (0)