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

Commit fa8a6888 authored by Archana Obannagari's avatar Archana Obannagari
Browse files

ARM: dts: msm: Remove GPU mempool for msm8917



For low memory devices reserving memory can lead
to low-memory conditions. So remove GPU mempool
to have memory with the system, which will help
overall system performance in concurrent use cases.

CRs-Fixed: 2146074
Change-Id: I3b84cf66c2868918838d001478180b6468411593
Signed-off-by: default avatarArchana Obannagari <aobann@codeaurora.org>
parent 893aa74b
Loading
Loading
Loading
Loading
+0 −20
Original line number Diff line number Diff line
@@ -109,26 +109,6 @@
		coresight-child-list = <&funnel_mm>;
		coresight-child-ports = <6>;

		/* GPU Mempools */
		qcom,gpu-mempools {
			#address-cells= <1>;
			#size-cells = <0>;
			compatible = "qcom,gpu-mempools";

			qcom,mempool-max-pages = <32768>;

			/* 4K Page Pool configuration */
			qcom,gpu-mempool@0 {
				reg = <0>;
				qcom,mempool-page-size = <4096>;
			};
			/* 64K Page Pool configuration */
			qcom,gpu-mempool@1 {
				reg = <1>;
				qcom,mempool-page-size  = <65536>;
			};
		};

		/* Power levels */
		qcom,gpu-pwrlevels {
			#address-cells = <1>;