aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/drm/nouveau/dispnv50/head.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/dispnv50/head.c b/drivers/gpu/drm/nouveau/dispnv50/head.c
index 2e7a0c347ddb..8efb778a3b20 100644
--- a/drivers/gpu/drm/nouveau/dispnv50/head.c
+++ b/drivers/gpu/drm/nouveau/dispnv50/head.c
@@ -306,7 +306,7 @@ nv50_head_atomic_check(struct drm_crtc *crtc, struct drm_crtc_state *state)
306 asyh->set.or = head->func->or != NULL; 306 asyh->set.or = head->func->or != NULL;
307 } 307 }
308 308
309 if (asyh->state.mode_changed) 309 if (asyh->state.mode_changed || asyh->state.connectors_changed)
310 nv50_head_atomic_check_mode(head, asyh); 310 nv50_head_atomic_check_mode(head, asyh);
311 311
312 if (asyh->state.color_mgmt_changed || 312 if (asyh->state.color_mgmt_changed ||