From 92a44da54b701a2199cf537badc9cbd13cf8478a Mon Sep 17 00:00:00 2001 From: Manikanta Kanamarlapudi Date: Fri, 2 Dec 2022 11:53:21 +0530 Subject: [PATCH] video: update the set function for BASELAYER_PRIORITY update the set function for BASELAYER_PRIORITY control. with out this change, configuration is not set to firmware. Change-Id: I57f01a8e02462ee9e8c221581043a8a70adbfcc5 Signed-off-by: Manikanta Kanamarlapudi --- driver/platform/pineapple/src/msm_vidc_pineapple.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/driver/platform/pineapple/src/msm_vidc_pineapple.c b/driver/platform/pineapple/src/msm_vidc_pineapple.c index 8773015fe8..d3e5376aa8 100644 --- a/driver/platform/pineapple/src/msm_vidc_pineapple.c +++ b/driver/platform/pineapple/src/msm_vidc_pineapple.c @@ -2179,6 +2179,12 @@ static struct msm_platform_inst_cap_dependency instance_cap_dependency_data_pine NULL, msm_vidc_set_u32}, + {BASELAYER_PRIORITY, ENC, H264, + {0}, + {0}, + NULL, + msm_vidc_set_u32}, + {TIME_DELTA_BASED_RC, ENC, CODECS_ALL, {BITRATE_MODE}, {0},