summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMeera Gande <mgande@codeaurora.org>2018-10-11 15:32:51 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2018-11-15 00:32:16 -0800
commit39e7df335515c3f11859901d650d47ee983fcf6a (patch)
treeeeedc2b2e50a8419770a02c5202041ad2b575129 /include
parent23d37eecf80f7b08fde9a8f3d888855f9b08ca21 (diff)
msm: camera: isp: Handle frame drop due to delay
In few scenarios, the request frame may get delayed and current and request frame id may become same. To handle such scenarios, made changes to inform user to delay a frame and process the request. Change-Id: I31fa04c386922c48a043c511a163c76316e21987 Signed-off-by: Meera Gande <mgande@codeaurora.org>
Diffstat (limited to 'include')
-rw-r--r--include/uapi/media/msmb_isp.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/uapi/media/msmb_isp.h b/include/uapi/media/msmb_isp.h
index d84bb30d56fa..40e5c273011f 100644
--- a/include/uapi/media/msmb_isp.h
+++ b/include/uapi/media/msmb_isp.h
@@ -25,9 +25,16 @@
#define ISP_STATS_STREAM_BIT 0x80000000
#define VFE_HW_LIMIT 1
+#define ISP_KERNEL_STATE 1
struct msm_vfe_cfg_cmd_list;
+struct isp_kstate {
+ uint32_t kernel_sofid;
+ uint32_t drop_reconfig;
+ uint32_t vfeid;
+};
+
enum ISP_START_PIXEL_PATTERN {
ISP_BAYER_RGRGRG,
ISP_BAYER_GRGRGR,