summaryrefslogtreecommitdiff
path: root/qcom/lagoon-sde.dtsi
diff options
context:
space:
mode:
authorJayaprakash <jmadiset@qti.qualcomm.com>2020-03-04 16:10:06 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2020-07-02 01:15:44 -0700
commit04095a53de5e68dcd156aefe7afc4a17c29d442e (patch)
tree6692cf837f8269696c84326ba1c573cbe12126f6 /qcom/lagoon-sde.dtsi
parent5a298b18fec2d7f56ba03cc7316408bb13a71871 (diff)
downloaddevicetree-04095a53de5e68dcd156aefe7afc4a17c29d442e.tar.gz
ARM: dts: msm: update sde qos config for lagoon
This change adds 120 fps creq, safe and danger lut qos configuration for lagoon target. Change-Id: I2f70c6943f142b3a160c4812fb5003bbf65c7600
Diffstat (limited to 'qcom/lagoon-sde.dtsi')
-rw-r--r--qcom/lagoon-sde.dtsi29
1 files changed, 18 insertions, 11 deletions
diff --git a/qcom/lagoon-sde.dtsi b/qcom/lagoon-sde.dtsi
index dd22627b..47bcec6b 100644
--- a/qcom/lagoon-sde.dtsi
+++ b/qcom/lagoon-sde.dtsi
@@ -142,21 +142,28 @@
/* macrotile & macrotile-qseed has the same configs */
qcom,sde-danger-lut = <0x0000ffff 0x0000ffff
- 0x00000000 0x00000000 0x0000ffff>;
+ 0x00000000 0x00000000 0x0000ffff>, <0x0003ffff
+ 0x0003ffff 0x00000000 0x00000000 0x0003ffff>;
- qcom,sde-safe-lut-linear = <0 0xff00>;
- qcom,sde-safe-lut-macrotile = <0 0xff00>;
+ qcom,sde-safe-lut-linear = <0 0xff00>, <0 0xfe00>;
+ qcom,sde-safe-lut-macrotile = <0 0xff00>, <0 0xfe00>;
/* same as safe-lut-macrotile */
- qcom,sde-safe-lut-macrotile-qseed = <0 0xff00>;
- qcom,sde-safe-lut-nrt = <0 0xffff>;
- qcom,sde-safe-lut-cwb = <0 0x3ff>;
+ qcom,sde-safe-lut-macrotile-qseed = <0 0xff00>, <0 0xfe00>;
+ qcom,sde-safe-lut-nrt = <0 0xffff>, <0 0xffff>;
+ qcom,sde-safe-lut-cwb = <0 0x3ff>, <0x3ff>;
/* creq LUTs */
- qcom,sde-qos-lut-linear = <0 0x00112233 0x44556677>;
- qcom,sde-qos-lut-macrotile = <0 0x00112233 0x44556677>;
- qcom,sde-qos-lut-macrotile-qseed = <0 0x00112233 0x66777777>;
- qcom,sde-qos-lut-nrt = <0 0x00000000 0x00000000>;
- qcom,sde-qos-lut-cwb = <0 0x66666541 0x00000000>;
+ qcom,sde-qos-lut-linear = <0 0x00112233 0x44556677>,
+ <0 0x00112234 0x45566777>;
+ qcom,sde-qos-lut-macrotile = <0 0x00112233 0x44556677>,
+ <0 0x00112234 0x45566777>;
+ qcom,sde-qos-lut-macrotile-qseed = <0 0x00112233 0x66777777>,
+ <0 0x00112236 0x67777777>;
+ qcom,sde-qos-lut-nrt = <0 0x00000000 0x00000000>,
+ <0 0x00000000 0x00000000>;
+ qcom,sde-qos-lut-cwb = <0 0x66666541 0x00000000>,
+ <0 0x66666541 0x00000000>;
+ qcom,sde-qos-refresh-rates = <60 120>;
qcom,sde-cdp-setting = <1 1>, <1 0>;