Boris Brezillon boris.brezillon@bootlin.com writes:
drm_atomic_helper_setup_commit() auto-completes commit->flip_done when state->legacy_cursor_update is true, but we now for sure that we want a sync update when we call drm_atomic_helper_setup_commit() from vc4_atomic_commit().
Explicitly set state->legacy_cursor_update to false to prevent this auto-completion.
Seems like a reasonable solution.
Reviewed-by: Eric Anholt eric@anholt.net