[PATCH] drm/imx: Add active primary plane reconfiguration support

2016-08-15 Thread Liu Ying
2016-08-15 15:18 GMT+08:00 Daniel Vetter : > On Mon, Aug 15, 2016 at 02:09:13PM +0800, Liu Ying wrote: >> We don't support configuring active primary plane on-the-fly for imx-drm. >> The relevant CRTC should be disabled before the plane configuration. >> Of course, the plane itself should be disabl

[PATCH] drm/imx: Add active primary plane reconfiguration support

2016-08-15 Thread Daniel Vetter
On Mon, Aug 15, 2016 at 04:23:33PM +0800, Liu Ying wrote: > 2016-08-15 15:18 GMT+08:00 Daniel Vetter : > > On Mon, Aug 15, 2016 at 02:09:13PM +0800, Liu Ying wrote: > >> We don't support configuring active primary plane on-the-fly for imx-drm. > >> The relevant CRTC should be disabled before the pl

[PATCH] drm/imx: Add active primary plane reconfiguration support

2016-08-15 Thread Liu Ying
We don't support configuring active primary plane on-the-fly for imx-drm. The relevant CRTC should be disabled before the plane configuration. Of course, the plane itself should be disabled as well. For overlay plane, we currently reject active plane reconfiguration. This patch adds active plane re

[PATCH] drm/imx: Add active primary plane reconfiguration support

2016-08-15 Thread Daniel Vetter
On Mon, Aug 15, 2016 at 02:09:13PM +0800, Liu Ying wrote: > We don't support configuring active primary plane on-the-fly for imx-drm. > The relevant CRTC should be disabled before the plane configuration. > Of course, the plane itself should be disabled as well. > For overlay plane, we currently re