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

Commit 0c659a1e authored by Abhishek Kondaveeti's avatar Abhishek Kondaveeti Committed by Gerrit - the friendly Code Review server
Browse files

msm: isp: Send BAF time stamp to user space



Send time stamp of BAF early interrupt to user space.

Change-Id: I96b6c4784d586b8c9ea7c89cd42fda1faf0f24d0
Signed-off-by: default avatarAbhishek Kondaveeti <akondave@codeaurora.org>
parent a62f4296
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -267,7 +267,9 @@ static int32_t msm_isp_stats_configure(struct vfe_device *vfe_dev,
	int result = 0;

	memset(&buf_event, 0, sizeof(struct msm_isp_event_data));
	buf_event.timestamp = ts->buf_time;
	buf_event.timestamp = ts->event_time;
	buf_event.mono_timestamp = ts->buf_time;

	buf_event.frame_id = vfe_dev->axi_data.src_info[VFE_PIX_0].frame_id;
	pingpong_status = vfe_dev->hw_info->
		vfe_ops.stats_ops.get_pingpong_status(vfe_dev);