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

Commit 7f80a8bf authored by Harsh Shah's avatar Harsh Shah
Browse files

msm: camera: isp: Add timestamp read for Dual IFE usecase



Even in Dual IFE switch-case, we need to read timestamp and
notify CRM.

Change-Id: I6b5823acd0e0fa5416eecfe5fbe8660b72632257
Signed-off-by: default avatarHarsh Shah <harshs@codeaurora.org>
parent de8b7f5d
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -2801,9 +2801,14 @@ static int cam_ife_hw_mgr_process_camif_sof(
		rc = cam_ife_hw_mgr_check_irq_for_dual_vfe(ife_hwr_mgr_ctx,
			core_index0, core_index1, evt_payload->evt_id);

		if (!rc)
		if (!rc) {
			cam_ife_mgr_cmd_get_sof_timestamp(
					ife_hwr_mgr_ctx,
					&sof_done_event_data.timestamp);

			ife_hwr_irq_sof_cb(ife_hwr_mgr_ctx->common.cb_priv,
				CAM_ISP_HW_EVENT_SOF, &sof_done_event_data);
		}

		break;