aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/video/imx-ipu-v3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/video/imx-ipu-v3.h b/include/video/imx-ipu-v3.h
index e639387eee3f..f3714301d740 100644
--- a/include/video/imx-ipu-v3.h
+++ b/include/video/imx-ipu-v3.h
@@ -103,6 +103,7 @@ int ipu_idmac_wait_busy(struct ipuv3_channel *channel, int ms);
103 103
104void ipu_idmac_set_double_buffer(struct ipuv3_channel *channel, 104void ipu_idmac_set_double_buffer(struct ipuv3_channel *channel,
105 bool doublebuffer); 105 bool doublebuffer);
106int ipu_idmac_get_current_buffer(struct ipuv3_channel *channel);
106void ipu_idmac_select_buffer(struct ipuv3_channel *channel, u32 buf_num); 107void ipu_idmac_select_buffer(struct ipuv3_channel *channel, u32 buf_num);
107 108
108/* 109/*