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