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

Commit 3783f2ac authored by Rajesh Kemisetti's avatar Rajesh Kemisetti
Browse files

ARM: dts: msm: Add GPU mempools properties for msmfalcon



Add initial set of configuration for GPU mempools
to reserve page pools at init time of kgsl driver.

Change-Id: I088aafe8cef621550b1776ca5a652c66e8ac5b62
Signed-off-by: default avatarRajesh Kemisetti <rajeshk@codeaurora.org>
parent a80e267a
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -111,6 +111,26 @@
		vddcx-supply = <&gdsc_gpu_cx>;
		vdd-supply = <&gdsc_gpu_gx>;

		/* 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>;