Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190259
b: refs/heads/master
c: e32ee7f
h: refs/heads/master
i:
  190257: ca44a1c
  190255: 777708f
v: v3
  • Loading branch information
Jesse Barnes authored and Dave Airlie committed Apr 26, 2010
1 parent 0e83846 commit 247c14b
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: c6f8505e4627ba8ca46cbcb602ad82e7f17a7122
refs/heads/master: e32ee7fa54e3172e6413cefaaee9222a3f521617
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 @@ -475,6 +475,7 @@ void drm_vblank_off(struct drm_device *dev, int crtc)
unsigned long irqflags;

spin_lock_irqsave(&dev->vbl_lock, irqflags);
dev->driver->disable_vblank(dev, crtc);
DRM_WAKEUP(&dev->vbl_queue[crtc]);
dev->vblank_enabled[crtc] = 0;
dev->last_vblank[crtc] = dev->driver->get_vblank_counter(dev, crtc);
Expand Down

0 comments on commit 247c14b

Please sign in to comment.