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 2e9bfe24fb67..10013378394e 100644 --- a/include/video/imx-ipu-v3.h +++ b/include/video/imx-ipu-v3.h | |||
@@ -165,6 +165,7 @@ int ipu_idmac_wait_busy(struct ipuv3_channel *channel, int ms); | |||
165 | void ipu_idmac_set_double_buffer(struct ipuv3_channel *channel, | 165 | void ipu_idmac_set_double_buffer(struct ipuv3_channel *channel, |
166 | bool doublebuffer); | 166 | bool doublebuffer); |
167 | int ipu_idmac_get_current_buffer(struct ipuv3_channel *channel); | 167 | int ipu_idmac_get_current_buffer(struct ipuv3_channel *channel); |
168 | bool ipu_idmac_buffer_is_ready(struct ipuv3_channel *channel, u32 buf_num); | ||
168 | void ipu_idmac_select_buffer(struct ipuv3_channel *channel, u32 buf_num); | 169 | void ipu_idmac_select_buffer(struct ipuv3_channel *channel, u32 buf_num); |
169 | 170 | ||
170 | /* | 171 | /* |