Merge "video: driver: define hfi setter for configuring pipe"

This commit is contained in:
qctecmdr
2021-05-14 16:18:08 -07:00
committed by Gerrit - the friendly Code Review server
6 changed files with 88 additions and 129 deletions

View File

@@ -1109,6 +1109,7 @@ bool msm_vidc_allow_s_ctrl(struct msm_vidc_inst *inst, u32 id)
switch (id) {
case V4L2_CID_MPEG_VIDC_CODEC_CONFIG:
case V4L2_CID_MPEG_VIDC_PRIORITY:
case V4L2_CID_MPEG_VIDC_LOWLATENCY_REQUEST:
allow = true;
break;
default: