Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174639
b: refs/heads/master
c: 5fbfce7
h: refs/heads/master
i:
  174637: c03f30f
  174635: f5e0247
  174631: 22007ac
  174623: b98d466
v: v3
  • Loading branch information
Dave Airlie committed Dec 8, 2009
1 parent f85476a commit 54e483f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 54d9cb47dd6a754e434e5adeccb3a1e2835594fd
refs/heads/master: 5fbfce7fc906c4a9e3d5e0872e5d6affaca54761
3 changes: 2 additions & 1 deletion trunk/drivers/gpu/drm/radeon/atombios_dp.c
Original file line number Diff line number Diff line change
Expand Up @@ -627,11 +627,12 @@ void dp_link_train(struct drm_encoder *encoder,

/* set initial vs/emph */
memset(train_set, 0, 4);
dp_update_dpvs_emph(radeon_connector, encoder, train_set);
udelay(400);
/* set training pattern 1 on the sink */
dp_set_training(radeon_connector, DP_TRAINING_PATTERN_1);

dp_update_dpvs_emph(radeon_connector, encoder, train_set);

/* clock recovery loop */
clock_recovery = false;
tries = 0;
Expand Down

0 comments on commit 54e483f

Please sign in to comment.