msm: vidc: Enable decode batching feature

This reverts commit 5caa8628e501315ffaaad003594ccca490145661.

Reason for revert: We do not use C2 for video, this is useful for OMX.

Change-Id: I2bdd191313300e86a108087a1854252dc457f54c
Signed-off-by: Omkar Chandorkar <gotenksIN@aospa.co>
Signed-off-by: Richard Raya <rdxzv.dev@gmail.com>
This commit is contained in:
Omkar Chandorkar 2024-08-05 11:17:59 +09:00 committed by Richard Raya
parent c787239094
commit 335b99146c

View File

@ -546,7 +546,7 @@ static struct msm_vidc_common_data sdmmagpie_common_data_v0[] = {
},
{
.key = "qcom,decode-batching",
.value = 0,
.value = 1,
},
{
.key = "qcom,dcvs",
@ -617,7 +617,7 @@ static struct msm_vidc_common_data sdmmagpie_common_data_v1[] = {
},
{
.key = "qcom,decode-batching",
.value = 0,
.value = 1,
},
{
.key = "qcom,dcvs",