summaryrefslogtreecommitdiff
path: root/qcom/lito-gpu.dtsi
diff options
context:
space:
mode:
authorAkhil P Oommen <akhilpo@qti.qualcomm.com>2019-09-04 12:40:03 +0530
committerAkhil P Oommen <akhilpo@qti.qualcomm.com>2019-09-04 12:40:03 +0530
commite9f0f4fc6535201f008828c4279b53dc345318d2 (patch)
tree881c4734fbd426b7a79ce32467d4f58525162524 /qcom/lito-gpu.dtsi
parent70a234df6a34d31dd343e649ab3d145a7c2e294f (diff)
downloaddevicetree-e9f0f4fc6535201f008828c4279b53dc345318d2.tar.gz
ARM: dts: msm: Update ACD table for Lito GPU
Update the ACD table according to the new format for Lito GPU. Also update the dt bindings for the new format. Change-Id: I64ceec837b1b9dc70dc39105b01886aad8ee4627
Diffstat (limited to 'qcom/lito-gpu.dtsi')
-rw-r--r--qcom/lito-gpu.dtsi26
1 files changed, 11 insertions, 15 deletions
diff --git a/qcom/lito-gpu.dtsi b/qcom/lito-gpu.dtsi
index 01053702..371f31e9 100644
--- a/qcom/lito-gpu.dtsi
+++ b/qcom/lito-gpu.dtsi
@@ -202,6 +202,7 @@
qcom,bus-freq = <10>;
qcom,bus-min = <9>;
qcom,bus-max = <12>;
+ qcom,acd-level = <0x802F5FFD>;
};
/* SVS L1 */
@@ -211,6 +212,7 @@
qcom,bus-freq = <8>;
qcom,bus-min = <7>;
qcom,bus-max = <10>;
+ qcom,acd-level = <0x802F5FFD>;
};
/* SVS */
@@ -220,6 +222,7 @@
qcom,bus-freq = <7>;
qcom,bus-min = <5>;
qcom,bus-max = <8>;
+ qcom,acd-level = <0x802F5FFD>;
};
/* Low SVS */
@@ -229,6 +232,7 @@
qcom,bus-freq = <5>;
qcom,bus-min = <5>;
qcom,bus-max = <7>;
+ qcom,acd-level = <0x802F5FFD>;
};
qcom,gpu-pwrlevel@4 {
@@ -256,6 +260,7 @@
qcom,bus-freq = <10>;
qcom,bus-min = <9>;
qcom,bus-max = <12>;
+ qcom,acd-level = <0x802F5FFD>;
};
/* SVS L1 */
@@ -265,6 +270,7 @@
qcom,bus-freq = <8>;
qcom,bus-min = <7>;
qcom,bus-max = <10>;
+ qcom,acd-level = <0x802F5FFD>;
};
/* SVS */
@@ -274,6 +280,7 @@
qcom,bus-freq = <7>;
qcom,bus-min = <5>;
qcom,bus-max = <8>;
+ qcom,acd-level = <0x802F5FFD>;
};
/* Low SVS */
@@ -283,6 +290,7 @@
qcom,bus-freq = <5>;
qcom,bus-min = <5>;
qcom,bus-max = <7>;
+ qcom,acd-level = <0x802F5FFD>;
};
qcom,gpu-pwrlevel@4 {
@@ -309,6 +317,7 @@
qcom,bus-freq = <8>;
qcom,bus-min = <7>;
qcom,bus-max = <12>;
+ qcom,acd-level = <0x802F5FFD>;
};
/* SVS */
@@ -318,6 +327,7 @@
qcom,bus-freq = <7>;
qcom,bus-min = <5>;
qcom,bus-max = <8>;
+ qcom,acd-level = <0x802F5FFD>;
};
/* Low SVS */
@@ -327,6 +337,7 @@
qcom,bus-freq = <5>;
qcom,bus-min = <5>;
qcom,bus-max = <7>;
+ qcom,acd-level = <0x802F5FFD>;
};
qcom,gpu-pwrlevel@3 {
@@ -416,21 +427,6 @@
mboxes = <&qmp_aop 0>;
mbox-names = "aop";
- qcom,gpu-acd-table {
- /* Corresponds to levels in the GPU perf table */
- qcom,acd-enable-by-level = <0x7e>;
- qcom,acd-stride = <0x1>;
- qcom,acd-num-levels = <0x6>;
-
- /* ACDCR */
- qcom,acd-data = <0x802F5FFD /* LowSVS*/
- 0x802F5FFD /* SVS */
- 0x802F5FFD /* SVS_L1 */
- 0x802F5FFD /* NOM */
- 0x802F5FFD /* NOM_L1 */
- 0x802F5FFD>; /* TURBO */
- };
-
gmu_user: gmu_user {
compatible = "qcom,smmu-gmu-user-cb";
iommus = <&kgsl_smmu 0x4 0x400>;