summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSylwester Nawrocki <s.nawrocki@samsung.com>2013-05-31 11:37:18 -0300
committerMyungJoo Ham <myungjoo.ham@samsung.com>2013-11-15 13:50:52 +0900
commitf8851e794aceb7609ee85fa1e45d75fb855e84b3 (patch)
tree14f514286801d2486fb482733d9dbceca3fc15d6 /include
parent45e2440860d70e94120f143b713692508799d974 (diff)
downloadlinux-3.10-f8851e794aceb7609ee85fa1e45d75fb855e84b3.tar.gz
linux-3.10-f8851e794aceb7609ee85fa1e45d75fb855e84b3.tar.bz2
linux-3.10-f8851e794aceb7609ee85fa1e45d75fb855e84b3.zip
[media] exynos4-is: Add struct exynos_video_entity
This patch introduces common structure for the video entities to handle all video nodes and media pipelines associated with them in more generic way. Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/media/s5p_fimc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/media/s5p_fimc.h b/include/media/s5p_fimc.h
index f50969025ef..f5313b402eb 100644
--- a/include/media/s5p_fimc.h
+++ b/include/media/s5p_fimc.h
@@ -13,6 +13,7 @@
#define S5P_FIMC_H_
#include <media/media-entity.h>
+#include <media/v4l2-dev.h>
#include <media/v4l2-mediabus.h>
/*
@@ -157,6 +158,10 @@ struct fimc_pipeline {
struct media_pipeline *m_pipeline;
};
+struct exynos_video_entity {
+ struct video_device vdev;
+};
+
/*
* Media pipeline operations to be called from within the fimc(-lite)
* video node when it is the last entity of the pipeline. Implemented