diff options
author | Beata Michalska <b.michalska@samsung.com> | 2014-07-14 14:47:09 +0200 |
---|---|---|
committer | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2014-11-27 03:40:34 -0800 |
commit | 2cba66fe0cece42a68661a475fcc6e807259f676 (patch) | |
tree | 1a870aa92d44f916c3a8c9a1b8b7b7912bf7710a /include | |
parent | deaf90b018f621ab04860e4b2090b3e89b908682 (diff) | |
download | linux-3.10-2cba66fe0cece42a68661a475fcc6e807259f676.tar.gz linux-3.10-2cba66fe0cece42a68661a475fcc6e807259f676.tar.bz2 linux-3.10-2cba66fe0cece42a68661a475fcc6e807259f676.zip |
exynos: fimc-lite: Capture frame end event notification
This patch adds notifying v4l2 subdevs upon capture
frame end event.
Signed-off-by: Beata Michalska <b.michalska@samsung.com>
Change-Id: Id3e81b4692a6f2cfc91ffde7050a3ae6db719971
Diffstat (limited to 'include')
-rw-r--r-- | include/media/s5p_fimc.h | 9 |
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 |