Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293773
b: refs/heads/master
c: 6860dc8
h: refs/heads/master
i:
  293771: 180cdc7
v: v3
  • Loading branch information
Ben Skeggs committed Mar 13, 2012
1 parent f20ced0 commit 78d9a3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c674844bab6df084ef1c93d65925af6e1bfb06a0
refs/heads/master: 6860dc8251eacd1672fa660b85bb59a45350aa70
3 changes: 3 additions & 0 deletions trunk/drivers/gpu/drm/nouveau/nouveau_dp.c
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,9 @@ nouveau_dp_link_train(struct drm_encoder *encoder, u32 datarate,
dp.auxch = auxch->drive;
dp.dpcd = nv_encoder->dp.dpcd;

/* adjust required bandwidth for 8B/10B coding overhead */
datarate = (datarate / 8) * 10;

/* some sinks toggle hotplug in response to some of the actions
* we take during link training (DP_SET_POWER is one), we need
* to ignore them for the moment to avoid races.
Expand Down

0 comments on commit 78d9a3a

Please sign in to comment.