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:
@@ -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 { \
|
||||
|
@@ -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 {
|
||||
|
Verwijs in nieuw issue
Block a user