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

Commit 93b3bb07 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents aff6febb 8f9c0725
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";