drm/vc4: kms: Remove async modeset semaphore
authorMaxime Ripard <maxime@cerno.tech>
Fri, 4 Dec 2020 15:11:37 +0000 (16:11 +0100)
committerPhil Elwell <8911409+pelwell@users.noreply.github.com>
Fri, 9 Jul 2021 16:48:50 +0000 (17:48 +0100)
commita28f2f0df6da70dec509b965635f0d5f71f9a9f7
tree54d42e0a96bb765f2c5f84bc59c56523ede14246
parent7ccf97eb2d8439b8fbc72b1a1ebd7f376422be32
drm/vc4: kms: Remove async modeset semaphore

Now that we have proper ordering guaranteed by the previous patch, the
semaphore is redundant and can be removed.

Acked-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
drivers/gpu/drm/vc4/vc4_crtc.c
drivers/gpu/drm/vc4/vc4_drv.h
drivers/gpu/drm/vc4/vc4_kms.c