Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174480
b: refs/heads/master
c: 4a92164
h: refs/heads/master
v: v3
  • Loading branch information
Jesse Barnes authored and Dave Airlie committed Nov 18, 2009
1 parent b6ff25b commit b89c302
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c9a9c5e02aedc1a2815877b0268f886d2640b771
refs/heads/master: 4a9216453c8537a7f43a3b1708509b9dd271dc9f
1 change: 1 addition & 0 deletions trunk/drivers/gpu/drm/drm_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,7 @@ static int drm_queue_vblank_event(struct drm_device *dev, int pipe,
if ((vblwait->request.type & _DRM_VBLANK_NEXTONMISS) &&
(seq - vblwait->request.sequence) <= (1 << 23)) {
vblwait->request.sequence = seq + 1;
vblwait->reply.sequence = vblwait->request.sequence;
}

DRM_DEBUG("event on vblank count %d, current %d, crtc %d\n",
Expand Down

0 comments on commit b89c302

Please sign in to comment.