Re: [PATCH] drm: atmel-hlcdc: update the LCDC_ATTRE register in plane atomic_disable

2025-01-27 Thread Manikandan.M
Hi, A gentle reminder to merge this patch. Let me know if any further changes are needed. On 14/10/24 3:14 pm, Nicolas Ferre wrote: > On 14/10/2024 at 08:46, Manikandan Muralidharan wrote: >> update the LCDC_ATTRE register in drm plane atomic_disable to handle >> the configuration changes of eac

Re: [PATCH] drm: atmel-hlcdc: update the LCDC_ATTRE register in plane atomic_disable

2024-10-14 Thread Nicolas Ferre
On 14/10/2024 at 08:46, Manikandan Muralidharan wrote: update the LCDC_ATTRE register in drm plane atomic_disable to handle the configuration changes of each layer when a plane is disabled. Signed-off-by: Manikandan Muralidharan Reviewed-by: Nicolas Ferre Thanks Mani. Best regards, Nicola

[PATCH] drm: atmel-hlcdc: update the LCDC_ATTRE register in plane atomic_disable

2024-10-13 Thread Manikandan Muralidharan
update the LCDC_ATTRE register in drm plane atomic_disable to handle the configuration changes of each layer when a plane is disabled. Signed-off-by: Manikandan Muralidharan --- drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.h| 3 ++- drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c | 17 +++