aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_connector.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_connector.c b/drivers/gpu/drm/nouveau/nouveau_connector.c
index 7e663a79829f..bfa65629517b 100644
--- a/drivers/gpu/drm/nouveau/nouveau_connector.c
+++ b/drivers/gpu/drm/nouveau/nouveau_connector.c
@@ -593,8 +593,7 @@ nouveau_connector_mode_valid(struct drm_connector *connector,
593 break; 593 break;
594 case OUTPUT_TMDS: 594 case OUTPUT_TMDS:
595 if ((dev_priv->card_type >= NV_50 && !nouveau_duallink) || 595 if ((dev_priv->card_type >= NV_50 && !nouveau_duallink) ||
596 (dev_priv->card_type < NV_50 && 596 !nv_encoder->dcb->duallink_possible)
597 !nv_encoder->dcb->duallink_possible))
598 max_clock = 165000; 597 max_clock = 165000;
599 else 598 else
600 max_clock = 330000; 599 max_clock = 330000;