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

Commit 14cb2d95 authored by Maheshwar Ajja's avatar Maheshwar Ajja
Browse files

ARM: dts: msm: Increase video virtual address space



Video context banks virtual address space is modified
as below to increase available virtual address space

Context bank name    start address   end address
Secure-non-pxl       0x1000000       0x25800000
Non-secure           0x25800000      0xE0000000
Secure-pxl           0x0             0xE0000000
Secure-bitstream     0x0             0xE0000000

Change-Id: I45b46cfc869650d929cf14749229768d584e7c73
Signed-off-by: default avatarMaheshwar Ajja <majja@codeaurora.org>
parent f5b17d95
Loading
Loading
Loading
Loading
+13 −13
Original line number Diff line number Diff line
@@ -90,7 +90,17 @@
			iommus =
				<&apps_smmu 0x1300 0x60>;
			buffer-types = <0xfff>;
			virtual-addr-pool = <0x70800000 0x6f800000>;
			virtual-addr-pool = <0x25800000 0xba800000>;
		};

		secure_non_pixel_cb {
			compatible = "qcom,msm-vidc,context-bank";
			label = "venus_sec_non_pixel";
			iommus =
				<&apps_smmu 0x1304 0x60>;
			buffer-types = <0x480>;
			virtual-addr-pool = <0x1000000 0x24800000>;
			qcom,secure-context-bank;
		};

		secure_bitstream_cb {
@@ -99,7 +109,7 @@
			iommus =
				<&apps_smmu 0x1301 0x4>;
			buffer-types = <0x241>;
			virtual-addr-pool = <0x4b000000 0x25800000>;
			virtual-addr-pool = <0x0 0xe0000000>;
			qcom,secure-context-bank;
		};

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

		secure_non_pixel_cb {
			compatible = "qcom,msm-vidc,context-bank";
			label = "venus_sec_non_pixel";
			iommus =
				<&apps_smmu 0x1304 0x60>;
			buffer-types = <0x480>;
			virtual-addr-pool = <0x1000000 0x24800000>;
			virtual-addr-pool = <0x0 0xe0000000>;
			qcom,secure-context-bank;
		};