|
@@ -153,18 +153,9 @@ vc4_atomic_complete_commit(struct drm_atomic_state *state)
|
|
|
|
|
|
drm_atomic_helper_commit_modeset_enables(dev, state);
|
|
|
|
|
|
- /* Make sure that drm_atomic_helper_wait_for_vblanks()
|
|
|
- * actually waits for vblank. If we're doing a full atomic
|
|
|
- * modeset (as opposed to a vc4_update_plane() short circuit),
|
|
|
- * then we need to wait for scanout to be done with our
|
|
|
- * display lists before we free it and potentially reallocate
|
|
|
- * and overwrite the dlist memory with a new modeset.
|
|
|
- */
|
|
|
- state->legacy_cursor_update = false;
|
|
|
-
|
|
|
drm_atomic_helper_commit_hw_done(state);
|
|
|
|
|
|
- drm_atomic_helper_wait_for_vblanks(dev, state);
|
|
|
+ drm_atomic_helper_wait_for_flip_done(dev, state);
|
|
|
|
|
|
drm_atomic_helper_cleanup_planes(dev, state);
|
|
|
|