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

Commit 1a164bd0 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: vidc: add mbpf support for bengal"

parents 8c2546e2 510cd3f0
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1311,6 +1311,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,
@@ -1362,6 +1366,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,