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

Commit bba045d8 authored by Chinmay Sawarkar's avatar Chinmay Sawarkar
Browse files

msm: vidc: Increase the max supported video load on Kona



Maximum usecase load supported in Kona is Decode 1080p@960fps.

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