Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262525
b: refs/heads/master
c: 8105585
h: refs/heads/master
i:
  262523: 3e3b658
v: v3
  • Loading branch information
Adam Jackson authored and Keith Packard committed Jul 25, 2011
1 parent 3f496f5 commit 186b1fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: 302983e9059e9ef5de3ca7671918eeb237c5971e
refs/heads/master: 81055854d096959898fdc17ed11729eb019eff07
6 changes: 4 additions & 2 deletions trunk/drivers/gpu/drm/i915/intel_dp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1370,7 +1370,8 @@ intel_dp_start_link_train(struct intel_dp *intel_dp)
reg = DP | DP_LINK_TRAIN_PAT_1;

if (!intel_dp_set_link_train(intel_dp, reg,
DP_TRAINING_PATTERN_1))
DP_TRAINING_PATTERN_1 |
DP_LINK_SCRAMBLING_DISABLE))
break;
/* Set training pattern 1 */

Expand Down Expand Up @@ -1445,7 +1446,8 @@ intel_dp_complete_link_train(struct intel_dp *intel_dp)

/* channel eq pattern */
if (!intel_dp_set_link_train(intel_dp, reg,
DP_TRAINING_PATTERN_2))
DP_TRAINING_PATTERN_2 |
DP_LINK_SCRAMBLING_DISABLE))
break;

udelay(400);
Expand Down

0 comments on commit 186b1fe

Please sign in to comment.