Sfoglia il codice sorgente

msm: camera: ife: Fix debug statements for expanded memory

Corrects the variable debug print statements for expanded memory case
in IFE.

CRs-Fixed: 3120109
Change-Id: I08e2849db21459ebaecec68a7340d8d103562743
Signed-off-by: Karthik Jayakumar <[email protected]>
Karthik Jayakumar 3 anni fa
parent
commit
7f9260a75a

+ 2 - 2
drivers/cam_isp/isp_hw_mgr/isp_hw/vfe_hw/vfe_bus/cam_vfe_bus_ver3.c

@@ -3616,8 +3616,8 @@ static int cam_vfe_bus_ver3_update_wm(void *priv, void *cmd_args,
 			CAM_VFE_ADD_REG_VAL_PAIR(reg_val_pair, j,
 				wm_data->hw_regs->addr_cfg, iova_offset);
 
-			CAM_DBG(CAM_ISP, "WM:%d image address 0x%X 0x%X",
-				wm_data->index, reg_val_pair[j-2], reg_val_pair[j-1]);
+			CAM_DBG(CAM_ISP, "WM:%d image address:0x%X image offset: 0x%X",
+				wm_data->index, reg_val_pair[j-3], reg_val_pair[j-1]);
 		} else {
 			iova_addr = iova;