]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/panthor: Don't update MMU_INT_MASK in panthor_mmu_irq_handler()
authorBoris Brezillon <boris.brezillon@collabora.com>
Fri, 4 Apr 2025 08:09:33 +0000 (10:09 +0200)
committerBoris Brezillon <boris.brezillon@collabora.com>
Thu, 10 Apr 2025 13:00:11 +0000 (15:00 +0200)
commit6c4a3fa26799785c1873aacabcfd9b2d27e8dc97
tree28b81dcd64c02660da2b320afdad965b09bd8c1e
parent50b0639b575c0725a190926d17222193bdf027c9
drm/panthor: Don't update MMU_INT_MASK in panthor_mmu_irq_handler()

Interrupts are automatically unmasked in
panthor_mmu_irq_threaded_handler() when the handler returns. Unmasking
prematurely might generate spurious interrupts if the IRQ line is
shared.

Changes in v2:
- New patch

Changes in v3:
- Add R-bs

Reviewed-by: Liviu Dudau <liviu.dudau@arm.com>
Reviewed-by: Steven Price <steven.price@arm.com>
Link: https://lore.kernel.org/r/20250404080933.2912674-6-boris.brezillon@collabora.com
Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
drivers/gpu/drm/panthor/panthor_mmu.c