drm/vc4_fkms: Fix up interrupt handler for both 2835/2711 and 2712
authorDave Stevenson <dave.stevenson@raspberrypi.com>
Fri, 20 Oct 2023 16:09:54 +0000 (17:09 +0100)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:35:08 +0000 (11:35 +0000)
commitc8b2416959b46bb2c82f2344118fbd11c2e7757b
treef50d803cf2140f6cb1358c6a591de2533f8cf563
parent9182b4cd0bd03c4a4d389f0426ebcc9b07f9b170
drm/vc4_fkms: Fix up interrupt handler for both 2835/2711 and 2712

2712 has switched from using the SMI peripheral to another interrupt
source for the vsync interrupt, so handle both sources cleanly.

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
drivers/gpu/drm/vc4/vc4_firmware_kms.c