Re: [PATCH 12/21] drm/sti: Use drm_atomic_helper_shutdown

2018-10-11 Thread Benjamin Gaignard
Le jeu. 11 oct. 2018 à 10:32, Daniel Vetter a écrit : > > On Mon, Oct 08, 2018 at 10:08:06AM +0200, Benjamin Gaignard wrote: > > Le ven. 5 oct. 2018 à 16:25, Daniel Vetter a écrit > > : > > > > > > On Fri, Oct 5, 2018 at 12:14 PM Benjamin Gaignard > > > wrote: > > > > > > > > From: Daniel Vette

Re: [PATCH 12/21] drm/sti: Use drm_atomic_helper_shutdown

2018-10-11 Thread Daniel Vetter
On Mon, Oct 08, 2018 at 10:08:06AM +0200, Benjamin Gaignard wrote: > Le ven. 5 oct. 2018 à 16:25, Daniel Vetter a écrit : > > > > On Fri, Oct 5, 2018 at 12:14 PM Benjamin Gaignard > > wrote: > > > > > > From: Daniel Vetter > > > > > > drm_plane_helper_disable is a non-atomic drivers only functio

Re: [PATCH 12/21] drm/sti: Use drm_atomic_helper_shutdown

2018-10-08 Thread Benjamin Gaignard
Le ven. 5 oct. 2018 à 16:25, Daniel Vetter a écrit : > > On Fri, Oct 5, 2018 at 12:14 PM Benjamin Gaignard > wrote: > > > > From: Daniel Vetter > > > > drm_plane_helper_disable is a non-atomic drivers only function, and > > will blow up (since no one passes the locking context it needs). > > > >

Re: [PATCH 12/21] drm/sti: Use drm_atomic_helper_shutdown

2018-10-05 Thread Daniel Vetter
On Fri, Oct 5, 2018 at 12:14 PM Benjamin Gaignard wrote: > > From: Daniel Vetter > > drm_plane_helper_disable is a non-atomic drivers only function, and > will blow up (since no one passes the locking context it needs). > > Atomic drivers which want to quiescent their hw on unload should > use dr