|
@@ -13153,7 +13153,8 @@ static int intel_atomic_commit(struct drm_device *dev,
|
|
if (!modeset)
|
|
if (!modeset)
|
|
intel_pre_plane_update(intel_crtc);
|
|
intel_pre_plane_update(intel_crtc);
|
|
|
|
|
|
- if (crtc->state->active)
|
|
|
|
|
|
+ if (crtc->state->active &&
|
|
|
|
+ (crtc->state->planes_changed || update_pipe))
|
|
drm_atomic_helper_commit_planes_on_crtc(crtc_state);
|
|
drm_atomic_helper_commit_planes_on_crtc(crtc_state);
|
|
|
|
|
|
if (put_domains)
|
|
if (put_domains)
|