Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357905
b: refs/heads/master
c: ff50afe
h: refs/heads/master
i:
  357903: 0fc44dd
v: v3
  • Loading branch information
Daniel Vetter committed Dec 6, 2012
1 parent 2752b30 commit f8f3a35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 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: ab527efc2feadcab1cad0740be307cb4153b493f
refs/heads/master: ff50afe9aceb6264a4fbe40459da75170fb9a2a2
13 changes: 4 additions & 9 deletions trunk/drivers/gpu/drm/i915/intel_dp.c
Original file line number Diff line number Diff line change
Expand Up @@ -2098,15 +2098,10 @@ intel_dp_link_down(struct intel_dp *intel_dp)
/* Changes to enable or select take place the vblank
* after being written.
*/
if (crtc == NULL) {
/* We can arrive here never having been attached
* to a CRTC, for instance, due to inheriting
* random state from the BIOS.
*
* If the pipe is not running, play safe and
* wait for the clocks to stabilise before
* continuing.
*/
if (WARN_ON(crtc == NULL)) {
/* We should never try to disable a port without a crtc
* attached. For paranoia keep the code around for a
* bit. */
POSTING_READ(intel_dp->output_reg);
msleep(50);
} else
Expand Down

0 comments on commit f8f3a35

Please sign in to comment.