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

Commit 8adf8153 authored by Sudarshan Rajagopalan's avatar Sudarshan Rajagopalan Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Enable deep pre-fetch for NPU CBs for sm8150



Enable context caching with deep pre-fetch of length 16x
pages for all context banks of NPU.

Change-Id: Id9510fba21c5366513cdda7299b67cbf31082cda
Signed-off-by: default avatarSudarshan Rajagopalan <sudaraja@codeaurora.org>
parent 56cfb49c
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -384,7 +384,12 @@
	};
};

&kgsl_smmu {
	qcom,actlr = <0x0 0x407 0x303>;
&kgsl_smmu {	/* <sid mask actlr-val> */
	qcom,actlr = <0x0 0x407 0x303>,
				 <0x1460 0x0 0x303>,
				 <0x61 0x3400 0x303>,
				 <0x62 0x3401 0x303>,
				 <0x64 0x3400 0x303>,
				 <0x65 0x3400 0x303>;
};