Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3b33bc9e authored by Akhil P Oommen's avatar Akhil P Oommen
Browse files

ARM: dts: msm: Add ACD configs for Lito GPU

Add ACD configurations with relaxed dvm settings for Lito GPU.

Change-Id: I86764fbb44c67db4fd8bf33822fa2330a9e0e4da
parent 761a4777
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -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>;