Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218234
b: refs/heads/master
c: 85341f2
h: refs/heads/master
v: v3
  • Loading branch information
Ben Skeggs committed Oct 4, 2010
1 parent e9f795b commit 5e1ae75
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: fade7ad56d929e168ead0f75e591468afa2fe97c
refs/heads/master: 85341f27b49833325f97580edcd687b4d90bb30b
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/nouveau/nouveau_dp.c
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ nouveau_dp_detect(struct drm_encoder *encoder)
!nv_encoder->dcb->dpconf.link_bw)
nv_encoder->dp.link_bw = DP_LINK_BW_1_62;

nv_encoder->dp.link_nr = dpcd[2] & DP_MAX_LANE_COUNT;
nv_encoder->dp.link_nr = dpcd[2] & DP_MAX_LANE_COUNT_MASK;
if (nv_encoder->dp.link_nr > nv_encoder->dcb->dpconf.link_nr)
nv_encoder->dp.link_nr = nv_encoder->dcb->dpconf.link_nr;

Expand Down

0 comments on commit 5e1ae75

Please sign in to comment.