mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-30 08:02:30 +00:00
[media] omap3isp: Add information on external subdev to struct isp_pipeline
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>
This commit is contained in:
parent
ae5df81331
commit
80b37e7fab
1 changed files with 3 additions and 0 deletions
|
@ -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) \
|
||||
|
|
Loading…
Reference in a new issue