drm/imx: ipuv3 plane: Replace dev_info with dev_dbg if a plane's CRTC changes
authorLiu Ying <Ying.Liu@freescale.com>
Fri, 20 Nov 2015 08:14:11 +0000 (16:14 +0800)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Tue, 1 Mar 2016 07:33:39 +0000 (08:33 +0100)
commitbeec8ec0bd58bd231ab7c603450707ed7c571506
treed2d769da06c2d3e0b1e2db1c4bca24a6c0b7ef44
parent86bdb09f044e1604add914e94d4f472052780ad9
drm/imx: ipuv3 plane: Replace dev_info with dev_dbg if a plane's CRTC changes

This patch changes the dev_info() call to dev_dbg() in ipu_plane_update()
to print out the information that a plane's CRTC is changed, because this
kind of information is only useful for debugging.

Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/gpu/drm/imx/ipuv3-plane.c