diff options
Diffstat (limited to 'include/video')
-rw-r--r-- | include/video/imx-ipu-v3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/video/imx-ipu-v3.h b/include/video/imx-ipu-v3.h index e582e8e7527a..b80b85f0d9d8 100644 --- a/include/video/imx-ipu-v3.h +++ b/include/video/imx-ipu-v3.h | |||
@@ -348,6 +348,7 @@ int ipu_prg_channel_configure(struct ipuv3_channel *ipu_chan, | |||
348 | unsigned int axi_id, unsigned int width, | 348 | unsigned int axi_id, unsigned int width, |
349 | unsigned int height, unsigned int stride, | 349 | unsigned int height, unsigned int stride, |
350 | u32 format, uint64_t modifier, unsigned long *eba); | 350 | u32 format, uint64_t modifier, unsigned long *eba); |
351 | bool ipu_prg_channel_configure_pending(struct ipuv3_channel *ipu_chan); | ||
351 | 352 | ||
352 | /* | 353 | /* |
353 | * IPU CMOS Sensor Interface (csi) functions | 354 | * IPU CMOS Sensor Interface (csi) functions |