video: driver: fix some checker err

Fix some checker err

Change-Id: I3526a509f4cbb3d91284b21dad851b57bb43f57a
Signed-off-by: Anshul Agarwal <quic_anshagar@quicinc.com>
This commit is contained in:
Anshul Agarwal
2023-07-14 14:48:39 +05:30
bovenliggende 50a257d310
commit 2576adf412
11 gewijzigde bestanden met toevoegingen van 39 en 32 verwijderingen

Bestand weergeven

@@ -1072,7 +1072,8 @@ _yuv_bufcount_min, is_opb, num_vpp_pipes) \
#define AV1_CABAC_HDR_RATIO_HD_TOT 2
#define AV1_CABAC_RES_RATIO_HD_TOT 2
/* some content need more bin buffer,
* but limit buffer size for high resolution */
* but limit buffer size for high resolution
*/
#define SIZE_AV1D_HW_BIN_BUFFER(_size, frame_width, frame_height, delay, \
num_vpp_pipes) \
do { \

Bestand weergeven

@@ -721,7 +721,7 @@ static int __noc_error_info_iris3(struct msm_vidc_core *core)
d_vpr_e("VCODEC_NOC_ERL_MAIN_ERRLOG3_LOW: %#x\n", val);
val = __read_register(core, VCODEC_NOC_ERL_MAIN_ERRLOG3_HIGH);
d_vpr_e("VCODEC_NOC_ERL_MAIN_ERRLOG3_HIGH: %#x\n", val);
*/
*/
return 0;
}
@@ -977,7 +977,7 @@ int msm_vidc_adjust_bitrate_boost_iris3(void *instance, struct v4l2_ctrl *ctrl)
* honor client set bitrate boost
* if client did not set, keep max bitrate boost upto 4k@60fps
* and remove bitrate boost after 4k@60fps
*/
*/
if (inst->capabilities[BITRATE_BOOST].flags & CAP_FLAG_CLIENT_SET) {
/* accept client set bitrate boost value as is */
} else {