Loading msm/vidc/msm_vidc_platform.c +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> Loading Loading @@ -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", Loading Loading @@ -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", Loading Loading
msm/vidc/msm_vidc_platform.c +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> Loading Loading @@ -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", Loading Loading @@ -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", Loading