diff options
Diffstat (limited to 'include/video/imx-ipu-v3.h')
-rw-r--r-- | include/video/imx-ipu-v3.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/video/imx-ipu-v3.h b/include/video/imx-ipu-v3.h index f3714301d740..fe6053e6ae6d 100644 --- a/include/video/imx-ipu-v3.h +++ b/include/video/imx-ipu-v3.h | |||
@@ -162,8 +162,16 @@ int ipu_dp_set_global_alpha(struct ipu_dp *dp, bool enable, u8 alpha, | |||
162 | bool bg_chan); | 162 | bool bg_chan); |
163 | 163 | ||
164 | /* | 164 | /* |
165 | * IPU CMOS Sensor Interface (csi) functions | ||
166 | */ | ||
167 | int ipu_csi_enable(struct ipu_soc *ipu, int csi); | ||
168 | int ipu_csi_disable(struct ipu_soc *ipu, int csi); | ||
169 | |||
170 | /* | ||
165 | * IPU Sensor Multiple FIFO Controller (SMFC) functions | 171 | * IPU Sensor Multiple FIFO Controller (SMFC) functions |
166 | */ | 172 | */ |
173 | int ipu_smfc_enable(struct ipu_soc *ipu); | ||
174 | int ipu_smfc_disable(struct ipu_soc *ipu); | ||
167 | int ipu_smfc_map_channel(struct ipu_soc *ipu, int channel, int csi_id, int mipi_id); | 175 | int ipu_smfc_map_channel(struct ipu_soc *ipu, int channel, int csi_id, int mipi_id); |
168 | int ipu_smfc_set_burstsize(struct ipu_soc *ipu, int channel, int burstsize); | 176 | int ipu_smfc_set_burstsize(struct ipu_soc *ipu, int channel, int burstsize); |
169 | 177 | ||