浏览代码

msm: camera: isp: Add log for first SOF in EPCR

This change adds a log for first SOF in early PCR.

CRs-Fixed: 2546941
Change-Id: Iaca8695f0886fecba84e40b06798818b3f864c35
Signed-off-by: Venkat Chinta <[email protected]>
Venkat Chinta 5 年之前
父节点
当前提交
80560aa938
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      drivers/cam_isp/cam_isp_context.c

+ 3 - 2
drivers/cam_isp/cam_isp_context.c

@@ -1125,8 +1125,9 @@ static int __cam_isp_ctx_sof_in_epoch(struct cam_isp_context *ctx_isp,
 			CAM_ISP_STATE_CHANGE_TRIGGER_SOF,
 			req->request_id);
 
-	CAM_DBG(CAM_ISP, "next substate %d",
-		ctx_isp->substate_activated);
+	CAM_INFO(CAM_ISP,
+		"First SOF in EPCR ctx:%d frame_id:%lld next substate %d",
+		ctx->ctx_id, ctx_isp->frame_id, ctx_isp->substate_activated);
 
 	return rc;
 }