]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit88048d300a2054b188160bb0f1caf9f1df56b0b5
tree18e1395941c0bfe7325a25c23246a0e972f2247f
parent7442b15e4adc3766d45cdf573fb867ed28390ba4
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