ARM: dts: msm: Fix QOS settings for Venus on msmcobalt
QOS values are programmed wrongly for msmcobalt. This can affect Venus performance. This change fixes the same. CRs-Fixed: 1046678 Change-Id: I6d474c2279422abe63ad625f35809fe156e8c465 Signed-off-by: Praneeth Paladugu <ppaladug@codeaurora.org>
This commit is contained in:
parent
059df41e86
commit
4eb08908fc
1 changed files with 7 additions and 7 deletions
|
@ -27,13 +27,13 @@
|
||||||
qcom,sw-power-collapse;
|
qcom,sw-power-collapse;
|
||||||
qcom,debug-timeout;
|
qcom,debug-timeout;
|
||||||
qcom,reg-presets =
|
qcom,reg-presets =
|
||||||
<0x80124 0x0002000>,
|
<0x80124 0x00000003>,
|
||||||
<0x80550 0x0000001>,
|
<0x80550 0x01111111>,
|
||||||
<0x80560 0x2222221>,
|
<0x80560 0x01111111>,
|
||||||
<0x80568 0x3333331>,
|
<0x80568 0x01111111>,
|
||||||
<0x80570 0x0000001>,
|
<0x80570 0x01111111>,
|
||||||
<0x80580 0x2222221>,
|
<0x80580 0x01111111>,
|
||||||
<0x80588 0x3333331>;
|
<0x80588 0x01111111>;
|
||||||
|
|
||||||
qcom,imem-size = <524288>; /* 512 kB */
|
qcom,imem-size = <524288>; /* 512 kB */
|
||||||
qcom,max-hw-load = <2563200>; /* Full 4k @ 60 + 1080p @ 60 */
|
qcom,max-hw-load = <2563200>; /* Full 4k @ 60 + 1080p @ 60 */
|
||||||
|
|
Loading…
Add table
Reference in a new issue