[PATCH RFC] drm/atomic: Disable planes on blanked CRTC and enable on unblank

2015-11-18 Thread Jyri Sarha
On 11/16/15 18:06, Daniel Vetter wrote: > On Thu, Nov 05, 2015 at 05:03:09PM +0200, Jyri Sarha wrote: >> Disable planes if they are on to be blanked CRTC and enable them when >> the CRTC is turned back on by DMPS. >> >> This is desirable on HW that loses its context on blanking. When >> planes are

[PATCH RFC] drm/atomic: Disable planes on blanked CRTC and enable on unblank

2015-11-18 Thread Daniel Vetter
On Wed, Nov 18, 2015 at 05:52:45PM +0200, Jyri Sarha wrote: > On 11/16/15 18:06, Daniel Vetter wrote: > >On Thu, Nov 05, 2015 at 05:03:09PM +0200, Jyri Sarha wrote: > >>Disable planes if they are on to be blanked CRTC and enable them when > >>the CRTC is turned back on by DMPS. > >> > >>This is des

[PATCH RFC] drm/atomic: Disable planes on blanked CRTC and enable on unblank

2015-11-16 Thread Daniel Vetter
On Thu, Nov 05, 2015 at 05:03:09PM +0200, Jyri Sarha wrote: > Disable planes if they are on to be blanked CRTC and enable them when > the CRTC is turned back on by DMPS. > > This is desirable on HW that loses its context on blanking. When > planes are enabled and disabled with the associated CRTCs

[PATCH RFC] drm/atomic: Disable planes on blanked CRTC and enable on unblank

2015-11-05 Thread Jyri Sarha
Disable planes if they are on to be blanked CRTC and enable them when the CRTC is turned back on by DMPS. This is desirable on HW that loses its context on blanking. When planes are enabled and disabled with the associated CRTCs, there is no need to restore the plane context in runtime_resume call