projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae5df81
)
[media] omap3isp: Add information on external subdev to struct isp_pipeline
author
Sakari Ailus
<sakari.ailus@iki.fi>
Mon, 16 Jan 2012 21:58:01 +0000
(18:58 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Mon, 14 May 2012 11:51:19 +0000
(08:51 -0300)
Add pointer to external subdev, pixel rate of the external subdev and bpp of
the format to struct isp_pipeline.
Signed-off-by: Sakari Ailus <sakari.ailus@iki.fi>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/omap3isp/ispvideo.h
patch
|
blob
|
history
diff --git
a/drivers/media/video/omap3isp/ispvideo.h
b/drivers/media/video/omap3isp/ispvideo.h
index c9187cbc355783371ec798462b4f0242dacd4bb4..5acc909500ec0c52db0537201c88d01b2ca612d7 100644
(file)
--- a/
drivers/media/video/omap3isp/ispvideo.h
+++ b/
drivers/media/video/omap3isp/ispvideo.h
@@
-104,6
+104,9
@@
struct isp_pipeline {
bool do_propagation; /* of frame number */
bool error;
struct v4l2_fract max_timeperframe;
+ struct v4l2_subdev *external;
+ unsigned int external_rate;
+ unsigned int external_bpp;
};
#define to_isp_pipeline(__e) \