|
@@ -980,13 +980,13 @@ static int cam_ife_csid_ver2_handle_event_err(
|
|
cam_ife_csid_ver2_print_debug_reg_status(csid_hw, res);
|
|
cam_ife_csid_ver2_print_debug_reg_status(csid_hw, res);
|
|
path_cfg = (struct cam_ife_csid_ver2_path_cfg *)res->res_priv;
|
|
path_cfg = (struct cam_ife_csid_ver2_path_cfg *)res->res_priv;
|
|
evt.res_id = res->res_id;
|
|
evt.res_id = res->res_id;
|
|
- CAM_ERR_RATE_LIMIT(CAM_ISP,
|
|
|
|
|
|
+ CAM_ERR(CAM_ISP,
|
|
"csid[%u] Res:%s Err 0x%x status 0x%x time_stamp: %lld:%lld",
|
|
"csid[%u] Res:%s Err 0x%x status 0x%x time_stamp: %lld:%lld",
|
|
csid_hw->hw_intf->hw_idx, res->res_name, err_type,
|
|
csid_hw->hw_intf->hw_idx, res->res_name, err_type,
|
|
irq_status, path_cfg->error_ts.tv_sec,
|
|
irq_status, path_cfg->error_ts.tv_sec,
|
|
path_cfg->error_ts.tv_nsec);
|
|
path_cfg->error_ts.tv_nsec);
|
|
} else {
|
|
} else {
|
|
- CAM_ERR_RATE_LIMIT(CAM_ISP,
|
|
|
|
|
|
+ CAM_ERR(CAM_ISP,
|
|
"csid[%u] Rx Err: 0x%x status 0x%x",
|
|
"csid[%u] Rx Err: 0x%x status 0x%x",
|
|
csid_hw->hw_intf->hw_idx, err_type, irq_status);
|
|
csid_hw->hw_intf->hw_idx, err_type, irq_status);
|
|
}
|
|
}
|
|
@@ -1520,7 +1520,7 @@ void cam_ife_csid_ver2_print_format_measure_info(
|
|
CAM_INFO(CAM_ISP, "CSID[%u] res [id :%d name : %s]",
|
|
CAM_INFO(CAM_ISP, "CSID[%u] res [id :%d name : %s]",
|
|
csid_hw->hw_intf->hw_idx,
|
|
csid_hw->hw_intf->hw_idx,
|
|
res->res_id, res->res_name);
|
|
res->res_id, res->res_name);
|
|
- CAM_ERR_RATE_LIMIT(CAM_ISP, "Frame Size Error Expected[h: %u w: %u] Actual[h: %u w: %u]",
|
|
|
|
|
|
+ CAM_ERR(CAM_ISP, "Frame Size Error Expected[h: %u w: %u] Actual[h: %u w: %u]",
|
|
((expected_frame >>
|
|
((expected_frame >>
|
|
csid_reg->cmn_reg->format_measure_height_shift_val) &
|
|
csid_reg->cmn_reg->format_measure_height_shift_val) &
|
|
csid_reg->cmn_reg->format_measure_height_mask_val),
|
|
csid_reg->cmn_reg->format_measure_height_mask_val),
|