Re: [PATCH] drm/stm: ltdc: remove reload interrupt

2024-07-19 Thread Raphael Gallais-Pou
On 7/12/24 15:14, Yannick Fertre wrote: > The reload interrupt is not used by the driver. To avoid > unnecessary calls of the interrupt routine, don't enable it. > Solve small typo and add mask to simplify the driver. > > Signed-off-by: Yannick Fertre Hi Yannick, Applied on drm-misc-next. Th

[PATCH] drm/stm: ltdc: remove reload interrupt

2024-07-12 Thread Yannick Fertre
The reload interrupt is not used by the driver. To avoid unnecessary calls of the interrupt routine, don't enable it. Solve small typo and add mask to simplify the driver. Signed-off-by: Yannick Fertre --- drivers/gpu/drm/stm/ltdc.c | 16 ++-- 1 file changed, 6 insertions(+), 10 dele