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
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
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).
> >
> >
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