]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - include/drm/drm_atomic.h
mm/hwpoison: fix race between soft_offline_page and unpoison_memory
[mirror_ubuntu-zesty-kernel.git] / include / drm / drm_atomic.h
index 8a3a913320ebb10647fea413430a3871f1f34eb1..e67aeac2aee05c077eec5a47abc9d73eef6831d6 100644 (file)
@@ -166,7 +166,8 @@ int __must_check drm_atomic_async_commit(struct drm_atomic_state *state);
 static inline bool
 drm_atomic_crtc_needs_modeset(struct drm_crtc_state *state)
 {
-       return state->mode_changed || state->active_changed;
+       return state->mode_changed || state->active_changed ||
+              state->connectors_changed;
 }