diff options
Diffstat (limited to 'isp/omap3isp-priv.h')
-rw-r--r-- | isp/omap3isp-priv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/isp/omap3isp-priv.h b/isp/omap3isp-priv.h index 2d639e1..c9f73a1 100644 --- a/isp/omap3isp-priv.h +++ b/isp/omap3isp-priv.h @@ -138,6 +138,7 @@ enum omap3_isp_pipeline_state { * @entitites: Entities in the pipeline * @scaler: Whether scaling should be performed on the ISP or the sensor * @pools: Pools in the pipeline + * @input: Video device at the input of the pipeline * @output: Video device at the output of the pipeline * @state: Pipeline state */ @@ -145,6 +146,7 @@ struct omap3_isp_pipeline { struct list_entry entities; enum omap3_isp_scaler scaler; struct list_entry pools; + struct omap3_isp_video *input; struct omap3_isp_video *output; enum omap3_isp_pipeline_state state; struct omap3_isp_resizer resizer; |