Re: [PATCH 7/8] drm/vc4: kms: Remove async modeset semaphore

2020-11-20 Thread Thomas Zimmermann
Am 13.11.20 um 16:29 schrieb Maxime Ripard: Now that we have proper ordering guaranteed by the previous patch, the semaphore is redundant and can be removed. Signed-off-by: Maxime Ripard Acked-by: Thomas Zimmermann --- drivers/gpu/drm/vc4/vc4_crtc.c | 13 -

[PATCH 7/8] drm/vc4: kms: Remove async modeset semaphore

2020-11-15 Thread Maxime Ripard
Now that we have proper ordering guaranteed by the previous patch, the semaphore is redundant and can be removed. Signed-off-by: Maxime Ripard --- drivers/gpu/drm/vc4/vc4_crtc.c | 13 - drivers/gpu/drm/vc4/vc4_drv.h | 2 -- drivers/gpu/drm/vc4/vc4_kms.c | 20 +---