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

Commit 0004c158 authored by Chinmay Sawarkar's avatar Chinmay Sawarkar
Browse files

msm: vidc: Reduce max supported usecase



Max supported usecase is the nominal 8kuhd@60fps decode.

CRs-Fixed: 2384822
Change-Id: I0c5a6552bc338f57114f84ff3bd96c6a8f6208ac
Signed-off-by: default avatarChinmay Sawarkar <chinmays@codeaurora.org>
parent 3d91e789
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -405,11 +405,10 @@ static struct msm_vidc_common_data kona_common_data[] = {
	},
	{
		.key = "qcom,max-hw-load",
		.value = 7833600,       /*
					 * 1920x1088/256 MB's@960fps.
					 * Greater than any other usecases (ex:
					 *  3840x2160@240fps, 4096x2160@120fps,
					 *  7680x4320@60fps, 8192x4320@48fps)
		.value = 7776000,       /*
					 * 7680x4320@60fps, 3840x2160@240fps
					 * Greater than 4096x2160@120fps,
					 *  8192x4320@48fps
					 */
	},
	{