|
@@ -194,7 +194,8 @@ static void imx_drm_atomic_commit_tail(struct drm_atomic_state *state)
|
|
|
drm_atomic_helper_commit_modeset_disables(dev, state);
|
|
|
|
|
|
drm_atomic_helper_commit_planes(dev, state,
|
|
|
- DRM_PLANE_COMMIT_ACTIVE_ONLY);
|
|
|
+ DRM_PLANE_COMMIT_ACTIVE_ONLY |
|
|
|
+ DRM_PLANE_COMMIT_NO_DISABLE_AFTER_MODESET);
|
|
|
|
|
|
drm_atomic_helper_commit_modeset_enables(dev, state);
|
|
|
|