Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318543
b: refs/heads/master
c: 493a708
h: refs/heads/master
i:
  318541: dc6dfbf
  318539: e69a049
  318535: e33dd1d
  318527: 039459a
v: v3
  • Loading branch information
Daniel Vetter committed Jun 1, 2012
1 parent 4a26e49 commit 988fc70
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: e269f90f3d3f7c70cf661c660bf445597261f54a
refs/heads/master: 493a708179469e3978e50f59902e9d47b6f3dabd
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/intel_dp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1914,7 +1914,7 @@ intel_dp_link_down(struct intel_dp *intel_dp)
DP |= DP_LINK_TRAIN_OFF;
}

if (!HAS_PCH_CPT(dev) &&
if (HAS_PCH_IBX(dev) &&
I915_READ(intel_dp->output_reg) & DP_PIPEB_SELECT) {
struct drm_crtc *crtc = intel_dp->base.base.crtc;

Expand Down

0 comments on commit 988fc70

Please sign in to comment.