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

Commit dae3a5f0 authored by Charan Teja Reddy's avatar Charan Teja Reddy
Browse files

ARM: dts: msm: add actlr settings for trinket



Add actlr configuration settings for trinket that helps in performance
improvements of usecases using that SMMU.

Change-Id: I1e0b6fd1ef87eee42bce09059200bf91a171b94c
Signed-off-by: default avatarCharan Teja Reddy <charante@codeaurora.org>
parent 9363955b
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -168,3 +168,16 @@
		iommus = <&apps_smmu 0x21 0>;
	};
};

&kgsl_smmu {
	qcom,actlr =
		/* All CBs of GFX: +15 deep PF */
		<0x0 0x3ff 0x303>;
};

&apps_smmu {
	qcom,actlr =
		/* MMRT and MMNRT TBUs: +3 deep PF */
		<0x400 0x3ff 0x103>,
		<0x800 0x3ff 0x103>;
};