diff options
| author | Praneeth Paladugu <ppaladug@codeaurora.org> | 2016-07-26 15:46:25 -0700 |
|---|---|---|
| committer | Praneeth Paladugu <ppaladug@codeaurora.org> | 2016-08-03 15:39:14 -0700 |
| commit | 4eb08908fc2c3397ea2cda972dcab2e83c098e9e (patch) | |
| tree | 30265cec08e734b714344c380eb18ff092ce5df5 | |
| parent | 059df41e860f67a9ba59ff4af2c95d754d6e4a28 (diff) | |
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>
| -rw-r--r-- | arch/arm/boot/dts/qcom/msmcobalt-vidc.dtsi | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/arm/boot/dts/qcom/msmcobalt-vidc.dtsi b/arch/arm/boot/dts/qcom/msmcobalt-vidc.dtsi index 8311d21a262c..0860139248d1 100644 --- a/arch/arm/boot/dts/qcom/msmcobalt-vidc.dtsi +++ b/arch/arm/boot/dts/qcom/msmcobalt-vidc.dtsi @@ -27,13 +27,13 @@ qcom,sw-power-collapse; qcom,debug-timeout; qcom,reg-presets = - <0x80124 0x0002000>, - <0x80550 0x0000001>, - <0x80560 0x2222221>, - <0x80568 0x3333331>, - <0x80570 0x0000001>, - <0x80580 0x2222221>, - <0x80588 0x3333331>; + <0x80124 0x00000003>, + <0x80550 0x01111111>, + <0x80560 0x01111111>, + <0x80568 0x01111111>, + <0x80570 0x01111111>, + <0x80580 0x01111111>, + <0x80588 0x01111111>; qcom,imem-size = <524288>; /* 512 kB */ qcom,max-hw-load = <2563200>; /* Full 4k @ 60 + 1080p @ 60 */ |
