diff options
author | Meera Gande <mgande@codeaurora.org> | 2019-12-31 14:23:36 +0530 |
---|---|---|
committer | Sumalatha Malothu <smalot@codeaurora.org> | 2020-02-10 14:51:27 +0530 |
commit | 0f793d310e340ee8873c413c3c828ae4642711d5 (patch) | |
tree | 489941f79ec11c5c90ef1743347a3c66e4b31e32 /include | |
parent | f1a61bc4b50922e542f3af2d0325198268520884 (diff) |
mm-camera2:isp2: Notify dual cam drop
In case of drop due to sw sync logic in
dual camera, need to update the isp page
with the number of frames that are dropped.
Change-Id: I18c4bbf781a5f1f2bf2f48518464b2e459ac7892
Signed-off-by: Meera Gande <mgande@codeaurora.org>
Signed-off-by: Sumalatha Malothu <smalot@codeaurora.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/uapi/media/msmb_isp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/media/msmb_isp.h b/include/uapi/media/msmb_isp.h index 40e5c273011f..b1c02f297e91 100644 --- a/include/uapi/media/msmb_isp.h +++ b/include/uapi/media/msmb_isp.h @@ -33,6 +33,8 @@ struct isp_kstate { uint32_t kernel_sofid; uint32_t drop_reconfig; uint32_t vfeid; + uint32_t dual_cam_drop_detected; + uint32_t dual_cam_drop; }; enum ISP_START_PIXEL_PATTERN { |