aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/omap3isp/ispccdc.h
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2012-04-20 04:47:49 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-05-08 13:13:14 -0400
commita64909b806b156fd4579c948bbbdb15095f55058 (patch)
tree7e69b3a7e5043eb259886e16bf16104b87647489 /drivers/media/video/omap3isp/ispccdc.h
parent79c3a07ddae6155bf30908c413fcef678510f59e (diff)
[media] omap3isp: ccdc: Add selection support on output formatter source pad
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Sakari Ailus <sakari.ailus@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/omap3isp/ispccdc.h')
-rw-r--r--drivers/media/video/omap3isp/ispccdc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/omap3isp/ispccdc.h b/drivers/media/video/omap3isp/ispccdc.h
index 6d0264bab75b..966bbf8a1262 100644
--- a/drivers/media/video/omap3isp/ispccdc.h
+++ b/drivers/media/video/omap3isp/ispccdc.h
@@ -147,6 +147,7 @@ struct ispccdc_lsc {
147 * @subdev: V4L2 subdevice 147 * @subdev: V4L2 subdevice
148 * @pads: Sink and source media entity pads 148 * @pads: Sink and source media entity pads
149 * @formats: Active video formats 149 * @formats: Active video formats
150 * @crop: Active crop rectangle on the OF source pad
150 * @input: Active input 151 * @input: Active input
151 * @output: Active outputs 152 * @output: Active outputs
152 * @video_out: Output video node 153 * @video_out: Output video node
@@ -173,6 +174,7 @@ struct isp_ccdc_device {
173 struct v4l2_subdev subdev; 174 struct v4l2_subdev subdev;
174 struct media_pad pads[CCDC_PADS_NUM]; 175 struct media_pad pads[CCDC_PADS_NUM];
175 struct v4l2_mbus_framefmt formats[CCDC_PADS_NUM]; 176 struct v4l2_mbus_framefmt formats[CCDC_PADS_NUM];
177 struct v4l2_rect crop;
176 178
177 enum ccdc_input_entity input; 179 enum ccdc_input_entity input;
178 unsigned int output; 180 unsigned int output;