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

Commit 13b4ffde authored by Tapas Kumar Kundu's avatar Tapas Kumar Kundu
Browse files

msm: vidc: update max mb/sec load



This change is to clamp a codec session based on SM8150 capability.
SM8150 can support maximum of single 1080p@480fps session or codec
sessions adding upto 1080p@480fps.

CRs-Fixed: 2259123
Change-Id: I87ec9155cb5b1f4746a41871a58f3088900f0665
Signed-off-by: default avatarTapas Kumar Kundu <tkundu@codeaurora.org>
parent d8914c3a
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -196,7 +196,12 @@ static struct msm_vidc_common_data sm8150_common_data[] = {
	},
	{
		.key = "qcom,max-hw-load",
		.value = 4147200,	/* 4096x2160/256 MBs@120fps */
		.value = 3916800,       /*
					 * 1920x1088/256 MBs@480fps. It is less
					 * any other usecases (ex:
					 * 3840x2160@120fps, 4096x2160@96ps,
					 * 7680x4320@30fps)
					 */
	},
	{
		.key = "qcom,max-hq-mbs-per-frame",