summaryrefslogtreecommitdiff
path: root/include/media/s5p_fimc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/media/s5p_fimc.h')
-rw-r--r--include/media/s5p_fimc.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/media/s5p_fimc.h b/include/media/s5p_fimc.h
index b975c285c8a..5fe54ed29b1 100644
--- a/include/media/s5p_fimc.h
+++ b/include/media/s5p_fimc.h
@@ -105,6 +105,15 @@ struct s5p_platform_fimc {
* at begining of the frame transmission.
*/
#define S5P_FIMC_TX_END_NOTIFY _IO('e', 0)
+/**
+ * v4l2_device notification id - provided for internal use only.
+ * Sensors subdevs might issue S5P_FIMC_FRAME_DONE notification
+ * whenever frame has been succesfully captured despite current
+ * capturing mode.
+ * Note: Invoramtive puspose only.
+ */
+#define EXYNOS_FIMC_IS_FRAME_DONE _IO('e', 1)
+
#define FIMC_MAX_PLANES 3