Re: [PATCH] drm/atmel-hlcdc: Allow async page flips

2021-06-19 Thread Sam Ravnborg
Hi Nicolas, Dan On Tue, May 25, 2021 at 11:29:15AM +0200, Nicolas Ferre wrote: > On 09/04/2021 at 12:58, Ludovic Desroches - M43218 wrote: > > On Tue, Mar 30, 2021 at 08:17:20AM -0700, Dan Sneddon wrote: > > > The driver is capable of doing async page flips so we need to tell the > > > core to all

Re: [PATCH] drm/atmel-hlcdc: Allow async page flips

2021-05-25 Thread Nicolas Ferre
On 09/04/2021 at 12:58, Ludovic Desroches - M43218 wrote: On Tue, Mar 30, 2021 at 08:17:20AM -0700, Dan Sneddon wrote: The driver is capable of doing async page flips so we need to tell the core to allow them. Signed-off-by: Dan Sneddon Tested-by: Ludovic Desroches Sam, Do you need more f

Re: [PATCH] drm/atmel-hlcdc: Allow async page flips

2021-04-09 Thread Ludovic.Desroches
On Tue, Mar 30, 2021 at 08:17:20AM -0700, Dan Sneddon wrote: > The driver is capable of doing async page flips so we need to tell the > core to allow them. > > Signed-off-by: Dan Sneddon Tested-by: Ludovic Desroches Thanks, Ludovic > --- > > drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c | 1