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

Commit 0252ee16 authored by Qiwei Liu's avatar Qiwei Liu
Browse files

ARM: dts: msm: fix video VA range for sm8150 and sdmmagpie



After video virtual addr pool start address is modified,
should also modify pool size to make sure the VA range is
within programmable range.

Change-Id: Id8c2cc3760c9ddac5f74a3f632a68b210078c37d
Signed-off-by: default avatarQiwei Liu <qiweil@codeaurora.org>
parent a487c3ab
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@
			label = "venus_sec_bitstream";
			iommus = <&apps_smmu 0x1081 0x4>;
			buffer-types = <0x241>;
			virtual-addr-pool = <0x500000 0xe0000000>;
			virtual-addr-pool = <0x500000 0xdfb00000>;
			qcom,secure-context-bank;
		};

@@ -105,7 +105,7 @@
			label = "venus_sec_pixel";
			iommus = <&apps_smmu 0x1083 0x20>;
			buffer-types = <0x106>;
			virtual-addr-pool = <0x500000 0xe0000000>;
			virtual-addr-pool = <0x500000 0xdfb00000>;
			qcom,secure-context-bank;
		};

+2 −2
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@
			iommus =
				<&apps_smmu 0x1301 0x4>;
			buffer-types = <0x241>;
			virtual-addr-pool = <0x500000 0xe0000000>;
			virtual-addr-pool = <0x500000 0xdfb00000>;
			qcom,secure-context-bank;
		};

@@ -119,7 +119,7 @@
			iommus =
				<&apps_smmu 0x1303 0x20>;
			buffer-types = <0x106>;
			virtual-addr-pool = <0x500000 0xe0000000>;
			virtual-addr-pool = <0x500000 0xdfb00000>;
			qcom,secure-context-bank;
		};