Merge "msm: camera: isp: Logging improvement" into camera-kernel.lnx.7.0
Cette révision appartient à :

révisé par
Gerrit - the friendly Code Review server

révision
754860d132
@@ -9541,7 +9541,7 @@ static int cam_isp_blob_csid_dynamic_switch_update(
|
||||
ctx = prepare->ctxt_to_hw_map;
|
||||
ife_hw_mgr = ctx->hw_mgr;
|
||||
|
||||
CAM_DBG(CAM_ISP,
|
||||
CAM_INFO(CAM_ISP,
|
||||
"csid mup value=%u, ctx_idx: %u", mup_config->mup, ctx->ctx_index);
|
||||
|
||||
prepare_hw_data = (struct cam_isp_prepare_hw_update_data *)
|
||||
|
@@ -1673,7 +1673,8 @@ void cam_ife_csid_ver2_print_illegal_programming_irq_status(
|
||||
cfg1 = cam_io_r_mb(base + path_reg->cfg1_addr);
|
||||
vcdt_cfg0 = cam_io_r_mb(base + path_reg->multi_vcdt_cfg0_addr);
|
||||
|
||||
CAM_INFO(CAM_ISP, "cfg0 = %x cfg1 = %x vcdt_cfg0 = %x ", cfg0, cfg1, vcdt_cfg0);
|
||||
CAM_INFO(CAM_ISP, "cfg0 = %x cfg1 = %x vcdt_cfg0 = %x vcrop %x", cfg0, cfg1, vcdt_cfg0,
|
||||
cam_io_r_mb(base + path_reg->vcrop_addr));
|
||||
|
||||
if (cid_data->vc_dt[CAM_IFE_CSID_MULTI_VC_DT_GRP_1].valid) {
|
||||
decode_fmt = ((cfg0 >>
|
||||
|
Référencer dans un nouveau ticket
Bloquer un utilisateur