Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275283
b: refs/heads/master
c: 5c79507
h: refs/heads/master
i:
  275281: c301faa
  275279: bc51100
v: v3
  • Loading branch information
Adam Jackson authored and Ben Skeggs committed Nov 9, 2011
1 parent 5e0e51b commit 9e77446
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 1e482f75f169861e992eb6b5602dc73a9e0b63a2
refs/heads/master: 5c79507b2c50ddab8f51bc692e3c0a39e3da2ad6
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/nouveau/nouveau_connector.c
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ nouveau_connector_mode_valid(struct drm_connector *connector,
case OUTPUT_DP:
max_clock = nv_encoder->dp.link_nr;
max_clock *= nv_encoder->dp.link_bw;
clock = clock * nouveau_connector_bpp(connector) / 8;
clock = clock * nouveau_connector_bpp(connector) / 10;
break;
default:
BUG_ON(1);
Expand Down

0 comments on commit 9e77446

Please sign in to comment.