drm/vc4: crtc: Don't call into BO Handling on Async Page-Flips on BCM2711
authorMaxime Ripard <maxime@cerno.tech>
Fri, 10 Jun 2022 11:51:47 +0000 (13:51 +0200)
committerMaxime Ripard <maxime@cerno.tech>
Thu, 16 Jun 2022 09:07:52 +0000 (11:07 +0200)
commitd87db1c79d6f9ec5505be2ff4ca8811d6e88a667
tree18e1395941c0bfe7325a25c23246a0e972f2247f
parentf6766fb265b18248d2c4bc643eb99e853f293dd6
drm/vc4: crtc: Don't call into BO Handling on Async Page-Flips on BCM2711

The BCM2711 doesn't have a v3d GPU so we don't want to call into its BO
management code. Let's create an asynchronous page-flip handler for the
BCM2711 that just calls into the common code.

Reviewed-by: Melissa Wen <mwen@igalia.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20220610115149.964394-13-maxime@cerno.tech
drivers/gpu/drm/vc4/vc4_crtc.c