diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-06-16 06:02:52 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-06-16 06:02:52 -0700 |
| commit | 1c6a1b0995c4410108bceac13bc2fc0ca6a43526 (patch) | |
| tree | a8d991b6335ca582a085208e81166228ff81cd3f | |
| parent | 16a6dc2a061446e4feac988d5fed128677e58c21 (diff) | |
| parent | 0c659a1ea74c138d0a73b2d1fe87abdec367e98e (diff) | |
Merge "msm: isp: Send BAF time stamp to user space"
| -rw-r--r-- | drivers/media/platform/msm/camera_v2/isp/msm_isp_stats_util.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/media/platform/msm/camera_v2/isp/msm_isp_stats_util.c b/drivers/media/platform/msm/camera_v2/isp/msm_isp_stats_util.c index 648249916be4..f0831e64f250 100644 --- a/drivers/media/platform/msm/camera_v2/isp/msm_isp_stats_util.c +++ b/drivers/media/platform/msm/camera_v2/isp/msm_isp_stats_util.c @@ -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); |
