summaryrefslogtreecommitdiff
path: root/qcom/lito-gpu.dtsi
diff options
context:
space:
mode:
authorAkhil P Oommen <akhilpo@qti.qualcomm.com>2019-07-25 12:32:40 +0530
committerAkhil P Oommen <akhilpo@qti.qualcomm.com>2019-07-25 12:32:40 +0530
commit3b33bc9ea0a5ee6484915660c5506c8fdb1eb81e (patch)
treef6e581fde3af87d3bbe62d60eefc8521ab5721e5 /qcom/lito-gpu.dtsi
parent761a47772fad7904282da473f5bcd7c3c9cedf7f (diff)
downloaddevicetree-3b33bc9ea0a5ee6484915660c5506c8fdb1eb81e.tar.gz
ARM: dts: msm: Add ACD configs for Lito GPU
Add ACD configurations with relaxed dvm settings for Lito GPU. Change-Id: I86764fbb44c67db4fd8bf33822fa2330a9e0e4da
Diffstat (limited to 'qcom/lito-gpu.dtsi')
-rw-r--r--qcom/lito-gpu.dtsi15
1 files changed, 15 insertions, 0 deletions
diff --git a/qcom/lito-gpu.dtsi b/qcom/lito-gpu.dtsi
index 3ec545b2..40149ed6 100644
--- a/qcom/lito-gpu.dtsi
+++ b/qcom/lito-gpu.dtsi
@@ -438,6 +438,21 @@
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>;