[PATCH 5/5] drm/imx: ipuv3 plane: Replace dev_info with dev_dbg if a plane's CRTC changes

2016-01-25 Thread Philipp Zabel
Hi Liu, Am Freitag, den 22.01.2016, 10:29 +0800 schrieb Liu Ying: > Hi Philipp, > > 2015-11-23 19:48 GMT+08:00 Philipp Zabel : > > Am Freitag, den 20.11.2015, 16:14 +0800 schrieb Liu Ying: > >> This patch changes the dev_info() call to dev_dbg() in ipu_plane_update() > >> to print out the

[PATCH 5/5] drm/imx: ipuv3 plane: Replace dev_info with dev_dbg if a plane's CRTC changes

2016-01-22 Thread Liu Ying
Hi Philipp, 2015-11-23 19:48 GMT+08:00 Philipp Zabel : > Am Freitag, den 20.11.2015, 16:14 +0800 schrieb Liu Ying: >> 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

[PATCH 5/5] drm/imx: ipuv3 plane: Replace dev_info with dev_dbg if a plane's CRTC changes

2015-11-23 Thread Philipp Zabel
Am Freitag, den 20.11.2015, 16:14 +0800 schrieb Liu Ying: > 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 > ---

[PATCH 5/5] drm/imx: ipuv3 plane: Replace dev_info with dev_dbg if a plane's CRTC changes

2015-11-20 Thread Liu Ying
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 --- This patch applies to the imx-drm/fixes branch of Philipp Zabel's open