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

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

Merge "msm: vidc: allow larger mbpf limit"

parents 85ba1983 c227beb8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2017-2019, The Linux Foundation. All rights reserved.
 * Copyright (c) 2017-2020, The Linux Foundation. All rights reserved.
 */

#include <linux/debugfs.h>
@@ -653,7 +653,7 @@ static struct msm_vidc_common_data lito_common_data_v0[] = {
	},
	{
		.key = "qcom,max-mbpf",
		.value = 65280,/* (3840x2176)/256 + (3840x2176)/256 */
		.value = 130560,/* ((3840x2176)/256) x 4 */
	},
	{
		.key = "qcom,power-collapse-delay",
@@ -732,7 +732,7 @@ static struct msm_vidc_common_data lito_common_data_v1[] = {
	},
	{
		.key = "qcom,max-mbpf",
		.value = 40800,	/* (3840x2176)/256 + (1920x1088)/256 */
		.value = 130560,/* ((3840x2176)/256) x 4 */
	},
	{
		.key = "qcom,power-collapse-delay",