Re: [PATCH 1/4] drm: adp: Use spin_lock_irqsave for drm device event_lock

2025-04-16 Thread Alyssa Rosenzweig
Reviewed-by: Alyssa Rosenzweig Le Wed , Apr 16, 2025 at 10:25:27PM +0200, Janne Grunau via B4 Relay a écrit : > From: Janne Grunau > > The lock is used in the interrupt handler so use spin_lock_irqsave to > disable interrupts and avoid deadlocks with the irq handler. > > Fixes: 332122eba628 ("

[PATCH 1/4] drm: adp: Use spin_lock_irqsave for drm device event_lock

2025-04-16 Thread Janne Grunau via B4 Relay
From: Janne Grunau The lock is used in the interrupt handler so use spin_lock_irqsave to disable interrupts and avoid deadlocks with the irq handler. Fixes: 332122eba628 ("drm: adp: Add Apple Display Pipe driver") Signed-off-by: Janne Grunau --- drivers/gpu/drm/adp/adp_drv.c | 5 +++-- 1 file