Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 80560aa9 authored by Venkat Chinta's avatar Venkat Chinta Committed by Gerrit - the friendly Code Review server
Browse files

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: default avatarVenkat Chinta <vchinta@codeaurora.org>
parent 898869cd
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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;
}