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

Commit f5f589b8 authored by Balamurugan Alagarsamy's avatar Balamurugan Alagarsamy
Browse files

ARM: dts: msm: revert max-hw-load to fix concurrency usecases



This reverts commit e584a6c4.
The commit e584a6c4 was reducing
the maximum load which fails the concurrent usecase 1080p WFD with
4096*2160 playback.
During concurrency usecase 4096*2160 24fps Decode + 1080p 30fps WFD encode,
the MBs/sec is calculated based on default fps i.e. 30 with resolution
as 4096*2160. So eventually it becomes 4096*2160 30fps Decode + 1080p 30fps
WFD encode. This exceeds the max supported load and playback is aborted.

Change-Id: I699f2dbbb5d7807cc5800b47f7616c52b6fac11b
CRs-Fixed: 668061
Signed-off-by: default avatarBalamurugan Alagarsamy <balaga@codeaurora.org>
parent 104105f6
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -1793,7 +1793,11 @@
		<0x80124 0x3>,
		<0xE0020 0x5555556>,
		<0xE0024 0x0>;
	qcom,max-hw-load = <1216800>; /* 3840 X 2160 @ 30 fps + 1920 X 1088 @ 30 fps */
	/*
	 * Performance is guaranteed only upto POR specification. Anything
	 * above that specification is best effort and might even be rejected.
	 */
	qcom,max-hw-load = <1281600>; /* max(4k X 2304 @ 24, 4k X 2160 @ 30) + 1080p @ 30 */
	qcom,buffer-type-tz-usage-table = <0x241 0x1>,
					<0x106 0x2>,
					<0x480 0x3>;