summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/imx
diff options
context:
space:
mode:
authorLiu Ying <gnuiyl@gmail.com>2016-03-14 16:10:10 +0800
committerPhilipp Zabel <p.zabel@pengutronix.de>2016-03-31 11:24:33 +0200
commit27630c206bb00a252d21576d92f57bdcc3ab9455 (patch)
treee243f39ba72b371f7b60eda699c25b47208cdb22 /drivers/gpu/drm/imx
parent2bbe32f7398c9b38916983b5823e11d6aaa10be2 (diff)
downloadop-kernel-dev-27630c206bb00a252d21576d92f57bdcc3ab9455.zip
op-kernel-dev-27630c206bb00a252d21576d92f57bdcc3ab9455.tar.gz
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 'drivers/gpu/drm/imx')
-rw-r--r--drivers/gpu/drm/imx/ipuv3-plane.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/imx/ipuv3-plane.c b/drivers/gpu/drm/imx/ipuv3-plane.c
index 2395b4b..f4d8d34 100644
--- a/drivers/gpu/drm/imx/ipuv3-plane.c
+++ b/drivers/gpu/drm/imx/ipuv3-plane.c
@@ -280,7 +280,7 @@ int ipu_plane_mode_set(struct ipu_plane *ipu_plane, struct drm_crtc *crtc,
}
}
- ipu_dmfc_init_channel(ipu_plane->dmfc, crtc_w);
+ ipu_dmfc_config_wait4eot(ipu_plane->dmfc, crtc_w);
ret = ipu_dmfc_alloc_bandwidth(ipu_plane->dmfc,
calc_bandwidth(crtc_w, crtc_h,
OpenPOWER on IntegriCloud