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

Commit 510cd3f0 authored by Vikash Garodia's avatar Vikash Garodia
Browse files

msm: vidc: add mbpf support for bengal



MBs per frame, i.e mbpf, is used to decide the
number of concurrent video sessions that can be
allowed.

Change-Id: I5f7abf764831753f7c54cac9a4ff132a074db454
Signed-off-by: default avatarVikash Garodia <vgarodia@codeaurora.org>
parent 7757d6c1
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -944,6 +944,10 @@ static struct msm_vidc_common_data bengal_common_data_v0[] = {
		.key = "qcom,max-hw-load",
		.value = 489600,
	},
	{
		.key = "qcom,max-mbpf",
		.value = 65280,/* ((3840x2176)/256) x 2 */
	},
	{
		.key = "qcom,max-hq-mbs-per-frame",
		.value = 8160,
@@ -995,6 +999,10 @@ static struct msm_vidc_common_data bengal_common_data_v1[] = {
		.key = "qcom,max-hw-load",
		.value = 244800,
	},
	{
		.key = "qcom,max-mbpf",
		.value = 65280,/* ((3840x2176)/256) x 2 */
	},
	{
		.key = "qcom,max-hq-mbs-per-frame",
		.value = 8160,