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

Commit 8f9c0725 authored by Hai Li's avatar Hai Li
Browse files

arm: dts: msm: increase secure gpu mapping size on automotive targets



Increase secure GPU mapping size to 512MB on these targets
to support multiple instances of DRM video playback.

Change-Id: If0fc9a131d47f096ea62dadb5d7b2325ab79d800
Signed-off-by: default avatarHai Li <hali@codeaurora.org>
parent bdd6da44
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -569,3 +569,7 @@
		};
	};
};

&kgsl_msm_iommu {
	qcom,secure-size = <0x20000000>; /* 512MB */
};
+4 −0
Original line number Diff line number Diff line
@@ -595,6 +595,10 @@
	};
};

&kgsl_msm_iommu {
	qcom,secure-size = <0x20000000>; /* 512MB */
};

/* Audio device tree */
#include "sa6155-audio.dtsi"
#include "sa6155-pcie.dtsi"
+4 −0
Original line number Diff line number Diff line
@@ -761,6 +761,10 @@
	status="disabled";
};

&kgsl_msm_iommu {
	qcom,secure-size = <0x20000000>; /* 512MB */
};

#include "sa8155-audio.dtsi"
#include "sa8155-camera.dtsi"
#include "sa8155-camera-sensor.dtsi"
+1 −0
Original line number Diff line number Diff line
@@ -263,6 +263,7 @@
		qcom,secure_align_mask = <0xfff>;
		qcom,retention;
		qcom,hyp_secure_alloc;
		qcom,secure-size = <0x20000000>; /* 512MB */

		gfx3d_user: gfx3d_user {
			compatible = "qcom,smmu-kgsl-cb";