|
@@ -338,8 +338,7 @@ static void vgdev_atomic_commit_tail(struct drm_atomic_state *state)
|
|
|
|
|
|
drm_atomic_helper_commit_modeset_disables(dev, state);
|
|
|
drm_atomic_helper_commit_modeset_enables(dev, state);
|
|
|
- drm_atomic_helper_commit_planes(dev, state,
|
|
|
- DRM_PLANE_COMMIT_ACTIVE_ONLY);
|
|
|
+ drm_atomic_helper_commit_planes(dev, state, 0);
|
|
|
|
|
|
drm_atomic_helper_commit_hw_done(state);
|
|
|
|