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

Commit b491becf authored by Akshata Sahukar's avatar Akshata Sahukar
Browse files

msm: vidc: Update Max Allowed MB per frame



Updated maximun allowed mdbf to support one 8K
session and one 4K session at a time.

Change-Id: I64ad3820aaddf5a3f89f97fe34c158b30f1e3675
Signed-off-by: default avatarAkshata Sahukar <asahukar@codeaurora.org>
parent 7c73b4c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -544,7 +544,7 @@ static struct msm_vidc_common_data kona_common_data[] = {
	},
	{
		.key = "qcom,max-mbpf",
		.value = 138240,	/* (8192x4320)/256 */
		.value = 172800,	/* (8192x4320)/256 + (4096x2160)/256*/
	},
	{
		.key = "qcom,max-hq-mbs-per-frame",