Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209969
b: refs/heads/master
c: 9559fcd
h: refs/heads/master
i:
  209967: 7df29d4
v: v3
  • Loading branch information
Jesse Barnes authored and Linus Torvalds committed Aug 24, 2010
1 parent 115492f commit 638642e
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: f4e385ccfc10f44364101b126d1ac52b4c806f1d
refs/heads/master: 9559fcdbff4f93d29af04478bbc48294519424f5
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ void intel_wait_for_vblank(struct drm_device *dev, int pipe)

/* Wait for vblank interrupt bit to set */
if (wait_for((I915_READ(pipestat_reg) &
PIPE_VBLANK_INTERRUPT_STATUS) == 0,
PIPE_VBLANK_INTERRUPT_STATUS),
50, 0))
DRM_DEBUG_KMS("vblank wait timed out\n");
}
Expand Down

0 comments on commit 638642e

Please sign in to comment.