video: driver: move DPB_TAG_LIST to input meta port

1. Move DPB_TAG_LIST from ouput meta port to
input meta port;
2. Remove meta_max_reorder_num_frame;

Change-Id: I1783ee9cdb1092f90706dc485d247c51f36a9a65
Signed-off-by: Zhongbo Shi <quic_zhongbos@quicinc.com>
このコミットが含まれているのは:
Zhongbo Shi
2022-11-23 14:05:33 +08:00
committed by Gerrit - the friendly Code Review server
コミット 33ec7e400e
2個のファイルの変更3行の追加15行の削除

ファイルの表示

@@ -1021,12 +1021,6 @@ bool msm_vidc_allow_metadata_subscription(struct msm_vidc_inst *inst, u32 cap_id
is_allowed = false;
}
break;
default:
is_allowed = true;
break;
}
} else if (port == OUTPUT_PORT) {
switch (cap_id) {
case META_DPB_TAG_LIST:
if (!is_ubwc_colorformat(inst->capabilities->cap[PIX_FMTS].value)) {
i_vpr_h(inst,
@@ -1039,6 +1033,8 @@ bool msm_vidc_allow_metadata_subscription(struct msm_vidc_inst *inst, u32 cap_id
is_allowed = true;
break;
}
} else if (port == OUTPUT_PORT) {
is_allowed = true;
} else {
i_vpr_e(inst, "%s: invalid port %d\n", __func__, port);
is_allowed = false;