Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199687
b: refs/heads/master
c: 2c58077
h: refs/heads/master
i:
  199685: fdc5600
  199683: a02b48a
  199679: 813dfd2
v: v3
  • Loading branch information
Ben Skeggs committed May 28, 2010
1 parent d448429 commit 8bd28db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 23484874e6bf837704bf1fa61605d33a12b174e3
refs/heads/master: 2c58077541cc6859a9a9046d9c3a4d61bdbd4f18
3 changes: 1 addition & 2 deletions trunk/drivers/gpu/drm/nouveau/nouveau_connector.c
Original file line number Diff line number Diff line change
Expand Up @@ -593,8 +593,7 @@ nouveau_connector_mode_valid(struct drm_connector *connector,
break;
case OUTPUT_TMDS:
if ((dev_priv->card_type >= NV_50 && !nouveau_duallink) ||
(dev_priv->card_type < NV_50 &&
!nv_encoder->dcb->duallink_possible))
!nv_encoder->dcb->duallink_possible)
max_clock = 165000;
else
max_clock = 330000;
Expand Down

0 comments on commit 8bd28db

Please sign in to comment.