Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218002
b: refs/heads/master
c: fe255d0
h: refs/heads/master
v: v3
  • Loading branch information
Chris Wilson committed Sep 11, 2010
1 parent 0c8c79a commit 20bc67f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 5eddb70ba2b8cdbbdd563f5cb04e26fdc9b017f7
refs/heads/master: fe255d0028903f1132a3c1214edc91cf95b7cd98
5 changes: 2 additions & 3 deletions trunk/drivers/gpu/drm/i915/intel_dp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1366,14 +1366,13 @@ intel_dp_link_down(struct intel_dp *intel_dp)
if (HAS_PCH_CPT(dev) && !IS_eDP(intel_dp)) {
DP &= ~DP_LINK_TRAIN_MASK_CPT;
I915_WRITE(intel_dp->output_reg, DP | DP_LINK_TRAIN_PAT_IDLE_CPT);
POSTING_READ(intel_dp->output_reg);
} else {
DP &= ~DP_LINK_TRAIN_MASK;
I915_WRITE(intel_dp->output_reg, DP | DP_LINK_TRAIN_PAT_IDLE);
POSTING_READ(intel_dp->output_reg);
}
POSTING_READ(intel_dp->output_reg);

udelay(17000);
msleep(17);

if (IS_eDP(intel_dp))
DP |= DP_LINK_TRAIN_OFF;
Expand Down

0 comments on commit 20bc67f

Please sign in to comment.