On Fri, Sep 06, 2024 at 04:23:21PM GMT, Jinjie Ruan wrote:
> disable_irq() after request_irq() still has a time gap in which
> interrupts can come. request_irq() with IRQF_NO_AUTOEN flag will
> disable IRQ auto-enable when request IRQ.
>
> Fixes: 9021c317b770 ("drm/imx: Add initial support for DCSS on iMX8MQ")
> Signed-off-by: Jinjie Ruan <[email protected]>
> ---
> drivers/gpu/drm/imx/dcss/dcss-crtc.c | 6 ++----
> 1 file changed, 2 insertions(+), 4 deletions(-)
Commit subject is incorrect, otherwise LGTM
--
With best wishes
Dmitry