From: Nicolas Ferre <nicolas.ferre@microchip.com>
To: Sam Ravnborg <sam@ravnborg.org>,
Dan Sneddon - C50748 <Dan.Sneddon@microchip.com>
Cc: Ludovic Desroches - M43218 <Ludovic.Desroches@microchip.com>,
"Boris Brezillon" <bbrezillon@kernel.org>,
David Airlie <airlied@linux.ie>,
"Daniel Vetter" <daniel@ffwll.ch>,
Alexandre Belloni <alexandre.belloni@bootlin.com>,
"dri-devel@lists.freedesktop.org"
<dri-devel@lists.freedesktop.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] drm/atmel-hlcdc: Allow async page flips
Date: Tue, 25 May 2021 11:29:15 +0200 [thread overview]
Message-ID: <088b0446-85c2-2d87-0439-a0cc14772c6a@microchip.com> (raw)
In-Reply-To: <20210409105816.cfffdr3edzi4yntm@sekiro>
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@microchip.com>
> Tested-by: Ludovic Desroches <ludovic.desroches@microchip.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
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2021-05-25 9:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-30 15:17 [PATCH] drm/atmel-hlcdc: Allow async page flips Dan Sneddon
2021-04-09 10:58 ` Ludovic.Desroches
2021-05-25 9:29 ` Nicolas Ferre [this message]
2021-06-19 21:10 ` Sam Ravnborg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=088b0446-85c2-2d87-0439-a0cc14772c6a@microchip.com \
--to=nicolas.ferre@microchip.com \
--cc=Dan.Sneddon@microchip.com \
--cc=Ludovic.Desroches@microchip.com \
--cc=airlied@linux.ie \
--cc=alexandre.belloni@bootlin.com \
--cc=bbrezillon@kernel.org \
--cc=daniel@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sam@ravnborg.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox