Skip to content

Commit

Permalink
[media] omap3isp: Add information on external subdev to struct isp_pi…
Browse files Browse the repository at this point in the history
…peline

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>
  • Loading branch information
Sakari Ailus authored and Mauro Carvalho Chehab committed May 14, 2012
1 parent ae5df81 commit 80b37e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/media/video/omap3isp/ispvideo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit 80b37e7

Please sign in to comment.