Re: [PATCH v3 01/10] drm: Add atomic variants of enable/disable to encoder helper funcs

2019-05-03 Thread Daniel Vetter
On Fri, May 3, 2019 at 2:34 PM Sean Paul wrote: > > On Fri, May 03, 2019 at 09:51:30AM +0200, Daniel Vetter wrote: > > On Thu, May 02, 2019 at 03:49:43PM -0400, Sean Paul wrote: > > > From: Sean Paul > > > > > > This patch adds atomic_enable and atomic_disable callbacks to the > > > encoder

Re: [PATCH v3 01/10] drm: Add atomic variants of enable/disable to encoder helper funcs

2019-05-03 Thread Sean Paul
On Fri, May 03, 2019 at 09:51:30AM +0200, Daniel Vetter wrote: > On Thu, May 02, 2019 at 03:49:43PM -0400, Sean Paul wrote: > > From: Sean Paul > > > > This patch adds atomic_enable and atomic_disable callbacks to the > > encoder helpers. This will allow encoders to make informed decisions in >

Re: [PATCH v3 01/10] drm: Add atomic variants of enable/disable to encoder helper funcs

2019-05-03 Thread Daniel Vetter
On Thu, May 02, 2019 at 03:49:43PM -0400, Sean Paul wrote: > From: Sean Paul > > This patch adds atomic_enable and atomic_disable callbacks to the > encoder helpers. This will allow encoders to make informed decisions in > their start-up/shutdown based on the committed state. > > Aside from the