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 <vchinta@codeaurora.org>
This commit is contained in:
Venkat Chinta
2019-10-04 09:52:24 -07:00
committed by Gerrit - the friendly Code Review server
parent 898869cd11
commit 80560aa938

View File

@@ -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;
}