summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoopangkumar Patel <quic_rooppate@quicinc.com>2022-12-01 17:32:19 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2022-12-06 09:27:39 -0800
commit53526d0104391a994ef938b68269718ef5ca88be (patch)
tree31e38bc721b83a7d12464d77b9b805b036143f71
parent4685a9b541579bde9b0248b44d3c581c31fc8fa7 (diff)
downloadvideo-driver-53526d0104391a994ef938b68269718ef5ca88be.tar.gz
video-driver: Update the set function for BASELAYER_PRIORITY
- update the set function for BASELAYER_PRIORITY control. without this change, configuration is not set to firmware Change-Id: I452225be4f3ceb46ce255ed39d3c9fb1f9643f1f Signed-off-by: Roopangkumar Patel <quic_rooppate@quicinc.com>
-rw-r--r--driver/platform/waipio/src/msm_vidc_waipio.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/driver/platform/waipio/src/msm_vidc_waipio.c b/driver/platform/waipio/src/msm_vidc_waipio.c
index 253fbc9..b0e28ee 100644
--- a/driver/platform/waipio/src/msm_vidc_waipio.c
+++ b/driver/platform/waipio/src/msm_vidc_waipio.c
@@ -2179,7 +2179,9 @@ static struct msm_platform_inst_capability instance_data_tofino[] = {
0, MAX_BASE_LAYER_PRIORITY_ID, 1, 0,
V4L2_CID_MPEG_VIDEO_BASELAYER_PRIORITY_ID,
HFI_PROP_BASELAYER_PRIORITYID,
- CAP_FLAG_ROOT | CAP_FLAG_OUTPUT_PORT},
+ CAP_FLAG_ROOT | CAP_FLAG_OUTPUT_PORT,
+ {0}, {0},
+ NULL, msm_vidc_set_u32},
{IR_RANDOM, ENC, H264 | HEVC,
0, INT_MAX, 1, 0,