[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <088b0446-85c2-2d87-0439-a0cc14772c6a@microchip.com>
Date: Tue, 25 May 2021 11:29:15 +0200
From: Nicolas Ferre <nicolas.ferre@...rochip.com>
To: Sam Ravnborg <sam@...nborg.org>,
Dan Sneddon - C50748 <Dan.Sneddon@...rochip.com>
CC: Ludovic Desroches - M43218 <Ludovic.Desroches@...rochip.com>,
"Boris Brezillon" <bbrezillon@...nel.org>,
David Airlie <airlied@...ux.ie>,
"Daniel Vetter" <daniel@...ll.ch>,
Alexandre Belloni <alexandre.belloni@...tlin.com>,
"dri-devel@...ts.freedesktop.org" <dri-devel@...ts.freedesktop.org>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] drm/atmel-hlcdc: Allow async page flips
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 <dan.sneddon@...rochip.com>
> Tested-by: Ludovic Desroches <ludovic.desroches@...rochip.com>
Sam,
Do you need more from us or can you queue this patch (aka "ping")?
Best regards,
Nicolas
>> ---
>>
>> drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c b/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c
>> index 871293d1aeeb..f6c3d8809fd8 100644
>> --- a/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c
>> +++ b/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c
>> @@ -686,6 +686,7 @@ static int atmel_hlcdc_dc_modeset_init(struct drm_device *dev)
>> dev->mode_config.max_width = dc->desc->max_width;
>> dev->mode_config.max_height = dc->desc->max_height;
>> dev->mode_config.funcs = &mode_config_funcs;
>> + dev->mode_config.async_page_flip = true;
>>
>> return 0;
>> }
>> --
>> 2.17.1
>>
--
Nicolas Ferre
Powered by blists - more mailing lists