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

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

Merge "msm: vidc: reject sessions based on max mbpf"

parents 560a14de 5e8272e4
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -562,6 +562,10 @@ static struct msm_vidc_common_data lito_common_data_v0[] = {
		.key = "qcom,max-b-frame-mbs-per-sec",
		.value = 244800,/* ((1920x1088)/256) MBs@30fps */
	},
	{
		.key = "qcom,max-mbpf",
		.value = 65280,/* (3840x2176)/256 + (3840x2176)/256 */
	},
	{
		.key = "qcom,power-collapse-delay",
		.value = 1500,
@@ -637,6 +641,10 @@ static struct msm_vidc_common_data lito_common_data_v1[] = {
		.key = "qcom,max-b-frame-mbs-per-sec",
		.value = 244800,/* ((1920x1088)/256) MBs@30fps */
	},
	{
		.key = "qcom,max-mbpf",
		.value = 40800,	/* (3840x2176)/256 + (1920x1088)/256 */
	},
	{
		.key = "qcom,power-collapse-delay",
		.value = 1500,