Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293758
b: refs/heads/master
c: 44ab8cc
h: refs/heads/master
v: v3
  • Loading branch information
Xi Wang authored and Ben Skeggs committed Mar 13, 2012
1 parent 1779c2c commit 3a5ef63
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: 84ddfda6d4765e410981edeef81c9b5a5a1ce87b
refs/heads/master: 44ab8cc56c45ca781371a4a77f35da19cf5db028
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 @@ -432,7 +432,7 @@ dp_link_train_commit(struct drm_device *dev, struct dp_state *dp)
dp->conf[i] = (lpre << 3) | lvsw;
if (lvsw == DP_TRAIN_VOLTAGE_SWING_1200)
dp->conf[i] |= DP_TRAIN_MAX_SWING_REACHED;
if (lpre == DP_TRAIN_PRE_EMPHASIS_9_5)
if ((lpre << 3) == DP_TRAIN_PRE_EMPHASIS_9_5)
dp->conf[i] |= DP_TRAIN_MAX_PRE_EMPHASIS_REACHED;

NV_DEBUG_KMS(dev, "config lane %d %02x\n", i, dp->conf[i]);
Expand Down

0 comments on commit 3a5ef63

Please sign in to comment.