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

Commit 1e120bfe authored by Jeyaprakash Soundrapandian's avatar Jeyaprakash Soundrapandian Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: isp: Add timestamp read for Dual IFE usecase" into dev/msm-4.9-camx

parents cebed70a 7f80a8bf
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;