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

Commit 0d9733b3 authored by Arun Menon's avatar Arun Menon
Browse files

ARM: dts: msm: increase adsp heap size for msm8974



For hevc hybrid codec, adsp heap size needs to be increased to
64MB to support 1080p video.

Change-Id: I3812cc2f0204f18fbade9ae41d8e784909055569
Signed-off-by: default avatarArun Menon <avmenon@codeaurora.org>
parent 07ca70b0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@

		adsp_mem: adsp_region {
			linux,contiguous-region;
			reg = <0 0x2F00000>;
			reg = <0 0x3F00000>;
			label = "adsp_mem";
		};

@@ -223,7 +223,7 @@
	qcom,vidc {
		compatible = "qcom,msm-vidc";
		qcom,hfi = "q6";
		qcom,max-hw-load = <108000>; /* 720p @ 30 */
		qcom,max-hw-load = <243000>; /* 1080p @ 30 */
	};

	qcom,wfd {