Re: [PATCH] drm/atmel-hlcdc: Release CRTC commit when destroying plane state

2024-03-20 Thread Ludovic.Desroches
On 3/15/24 13:25, Pierre-Louis Dourneau wrote: > [You don't often get email from pl.dourn...@klervi.com. Learn why this is > important at https://aka.ms/LearnAboutSenderIdentification ] > > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > On 3/12/

Re: [PATCH] drm/atmel-hlcdc: Release CRTC commit when destroying plane state

2024-03-08 Thread Ludovic.Desroches
On 3/6/24 20:49, Pierre-Louis Dourneau wrote: > > From: Arnaud Lahache > > Fixes a memory leak occurring on each modeset update. > > Running a program such as libdrm's modetest[0] with this driver exhausts > all available memory after a few minutes. Enabling kmemleak yields a series > of such l

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