[PATCH 10/14] drm/atomic-helper: Disable planes when suspending

2016-05-25 Thread Ying Liu
On Tue, May 24, 2016 at 7:00 PM, Daniel Vetter wrote: > On Tue, May 24, 2016 at 06:10:49PM +0800, Liu Ying wrote: >> We should disable planes explicitly when suspending. >> Especially, this is meaningful for those display controllers which >> don't support active planes without relevant CRTCs bein

[PATCH 10/14] drm/atomic-helper: Disable planes when suspending

2016-05-25 Thread Daniel Vetter
On Wed, May 25, 2016 at 05:30:05PM +0800, Ying Liu wrote: > On Tue, May 24, 2016 at 7:00 PM, Daniel Vetter wrote: > > On Tue, May 24, 2016 at 06:10:49PM +0800, Liu Ying wrote: > >> We should disable planes explicitly when suspending. > >> Especially, this is meaningful for those display controller

[PATCH 10/14] drm/atomic-helper: Disable planes when suspending

2016-05-24 Thread Liu Ying
We should disable planes explicitly when suspending. Especially, this is meaningful for those display controllers which don't support active planes without relevant CRTCs being enabled. Signed-off-by: Liu Ying --- drivers/gpu/drm/drm_atomic_helper.c | 18 +- 1 file changed, 17 in

[PATCH 10/14] drm/atomic-helper: Disable planes when suspending

2016-05-24 Thread Daniel Vetter
On Tue, May 24, 2016 at 06:10:49PM +0800, Liu Ying wrote: > We should disable planes explicitly when suspending. > Especially, this is meaningful for those display controllers which > don't support active planes without relevant CRTCs being enabled. > > Signed-off-by: Liu Ying Recommended way is