drm/lima: include pp bcast irq in timeout handler check
authorErico Nunes <nunes.erico@gmail.com>
Fri, 5 Apr 2024 15:29:50 +0000 (17:29 +0200)
committerQiang Yu <yuq825@gmail.com>
Mon, 15 Apr 2024 01:05:55 +0000 (09:05 +0800)
commitd8100caf40a35904d27ce446fb2088b54277997a
treedfe20ed9e3a5c6d88fa07624722887bfb3c14a55
parent49c13b4d2dd4a831225746e758893673f6ae961c
drm/lima: include pp bcast irq in timeout handler check

In commit 53cb55b20208 ("drm/lima: handle spurious timeouts due to high
irq latency") a check was added to detect an unexpectedly high interrupt
latency timeout.
With further investigation it was noted that on Mali-450 the pp bcast
irq may also be a trigger of race conditions against the timeout
handler, so add it to this check too.

Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
Signed-off-by: Qiang Yu <yuq825@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240405152951.1531555-3-nunes.erico@gmail.com
drivers/gpu/drm/lima/lima_sched.c