diff options
Diffstat (limited to 'drivers/gpu/ipu-v3/ipu-common.c')
-rw-r--r-- | drivers/gpu/ipu-v3/ipu-common.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/gpu/ipu-v3/ipu-common.c b/drivers/gpu/ipu-v3/ipu-common.c index 312eef6ffcad..f5a4e1ac2b50 100644 --- a/drivers/gpu/ipu-v3/ipu-common.c +++ b/drivers/gpu/ipu-v3/ipu-common.c | |||
@@ -217,18 +217,6 @@ int ipu_module_disable(struct ipu_soc *ipu, u32 mask) | |||
217 | } | 217 | } |
218 | EXPORT_SYMBOL_GPL(ipu_module_disable); | 218 | EXPORT_SYMBOL_GPL(ipu_module_disable); |
219 | 219 | ||
220 | int ipu_smfc_enable(struct ipu_soc *ipu) | ||
221 | { | ||
222 | return ipu_module_enable(ipu, IPU_CONF_SMFC_EN); | ||
223 | } | ||
224 | EXPORT_SYMBOL_GPL(ipu_smfc_enable); | ||
225 | |||
226 | int ipu_smfc_disable(struct ipu_soc *ipu) | ||
227 | { | ||
228 | return ipu_module_disable(ipu, IPU_CONF_SMFC_EN); | ||
229 | } | ||
230 | EXPORT_SYMBOL_GPL(ipu_smfc_disable); | ||
231 | |||
232 | int ipu_idmac_get_current_buffer(struct ipuv3_channel *channel) | 220 | int ipu_idmac_get_current_buffer(struct ipuv3_channel *channel) |
233 | { | 221 | { |
234 | struct ipu_soc *ipu = channel->ipu; | 222 | struct ipu_soc *ipu = channel->ipu; |