diff options
| author | Liu Ying <gnuiyl@gmail.com> | 2016-03-14 04:10:10 -0400 |
|---|---|---|
| committer | Philipp Zabel <p.zabel@pengutronix.de> | 2016-03-31 05:24:33 -0400 |
| commit | 27630c206bb00a252d21576d92f57bdcc3ab9455 (patch) | |
| tree | e243f39ba72b371f7b60eda699c25b47208cdb22 /include/video | |
| parent | 2bbe32f7398c9b38916983b5823e11d6aaa10be2 (diff) | |
gpu: ipu-v3: ipu-dmfc: Rename ipu_dmfc_init_channel to ipu_dmfc_config_wait4eot
The function name 'ipu_dmfc_config_wait4eot' matches the implementation of
the function better than 'ipu_dmfc_init_channel', since it only touches the
wait4eot bits.
Signed-off-by: Liu Ying <gnuiyl@gmail.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'include/video')
| -rw-r--r-- | include/video/imx-ipu-v3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/video/imx-ipu-v3.h b/include/video/imx-ipu-v3.h index 8555d3728b52..ad66589f2ae6 100644 --- a/include/video/imx-ipu-v3.h +++ b/include/video/imx-ipu-v3.h | |||
| @@ -237,7 +237,7 @@ void ipu_dmfc_disable_channel(struct dmfc_channel *dmfc); | |||
| 237 | int ipu_dmfc_alloc_bandwidth(struct dmfc_channel *dmfc, | 237 | int ipu_dmfc_alloc_bandwidth(struct dmfc_channel *dmfc, |
| 238 | unsigned long bandwidth_mbs, int burstsize); | 238 | unsigned long bandwidth_mbs, int burstsize); |
| 239 | void ipu_dmfc_free_bandwidth(struct dmfc_channel *dmfc); | 239 | void ipu_dmfc_free_bandwidth(struct dmfc_channel *dmfc); |
| 240 | void ipu_dmfc_init_channel(struct dmfc_channel *dmfc, int width); | 240 | void ipu_dmfc_config_wait4eot(struct dmfc_channel *dmfc, int width); |
| 241 | struct dmfc_channel *ipu_dmfc_get(struct ipu_soc *ipu, int ipuv3_channel); | 241 | struct dmfc_channel *ipu_dmfc_get(struct ipu_soc *ipu, int ipuv3_channel); |
| 242 | void ipu_dmfc_put(struct dmfc_channel *dmfc); | 242 | void ipu_dmfc_put(struct dmfc_channel *dmfc); |
| 243 | 243 | ||
