Re: [PATCH v3] drm/panfrost: Sync IRQ by job's timeout handler

2023-08-01 Thread Boris Brezillon
On Tue, 1 Aug 2023 03:14:27 +0300 Dmitry Osipenko wrote: > Panfrost IRQ handler may stuck for a long time, for example this happens > when there is a bad HDMI connection and HDMI handler takes a long time to > finish processing, holding Panfrost. Make Panfrost's job timeout handler > to sync IRQ

[PATCH v3] drm/panfrost: Sync IRQ by job's timeout handler

2023-07-31 Thread Dmitry Osipenko
Panfrost IRQ handler may stuck for a long time, for example this happens when there is a bad HDMI connection and HDMI handler takes a long time to finish processing, holding Panfrost. Make Panfrost's job timeout handler to sync IRQ before checking fence signal status in order to prevent spurious jo