Re: [PATCH v2 3/5] drm/panthor: Update panthor_mmu::irq::mask when needed

2025-04-02 Thread Steven Price
On 01/04/2025 19:23, Boris Brezillon wrote: > When we clear the faulty bits in the AS mask, we also need to update > the panthor_mmu::irq::mask field otherwise our IRQ handler won't get > called again until the GPU is reset. > > Changes in v2: > - Add Liviu's R-b > > Fixes: 647810ec2476 ("drm/pan

[PATCH v2 3/5] drm/panthor: Update panthor_mmu::irq::mask when needed

2025-04-01 Thread Boris Brezillon
When we clear the faulty bits in the AS mask, we also need to update the panthor_mmu::irq::mask field otherwise our IRQ handler won't get called again until the GPU is reset. Changes in v2: - Add Liviu's R-b Fixes: 647810ec2476 ("drm/panthor: Add the MMU/VM logical block") Signed-off-by: Boris Br