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

Commit 4407b172 authored by Sunil Khatri's avatar Sunil Khatri Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Remove graphics secure context for SDM429



Secure video and graphics occupies above ~100 MByte
memory and it has terrible effect on page frame reclaim
specially on low memory targets like SDM429.

So disable the secure context for SDM429 for GPU driver.

Change-Id: I501409973c4ff0ab58d43dca842ccef5b77943a5
Signed-off-by: default avatarSunil Khatri <sunilkh@codeaurora.org>
parent 6a70f704
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -210,6 +210,8 @@
	qcom,ion {
		/delete-node/ qcom,ion-heap@8;
	};
	/* delete hypervisor node for GPU*/
	/delete-node/ qcom,kgsl-hyp;
};

&secure_mem {
@@ -235,3 +237,8 @@
	/* disable mem pools */
	/delete-node/qcom,gpu-mempools;
};

/* Disable secure context for Graphics*/
&kgsl_msm_iommu {
	/delete-node/ gfx3d_secure;
};