Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263013
b: refs/heads/master
c: c3613de
h: refs/heads/master
i:
  263011: 1a61e3e
v: v3
  • Loading branch information
Keith Packard committed Aug 15, 2011
1 parent 8cc68b8 commit 83c8a63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: aaa6fd2a004147bf32fce05720938236de3361d9
refs/heads/master: c3613de92ebea302137d21d8938421c3f88d8741
6 changes: 4 additions & 2 deletions trunk/drivers/gpu/drm/i915/i915_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -2058,8 +2058,10 @@ void intel_irq_init(struct drm_device *dev)
dev->driver->get_vblank_counter = gm45_get_vblank_counter;
}


dev->driver->get_vblank_timestamp = i915_get_vblank_timestamp;
if (drm_core_check_feature(dev, DRIVER_MODESET))
dev->driver->get_vblank_timestamp = i915_get_vblank_timestamp;
else
dev->driver->get_vblank_timestamp = NULL;
dev->driver->get_scanout_position = i915_get_crtc_scanoutpos;

if (IS_IVYBRIDGE(dev)) {
Expand Down

0 comments on commit 83c8a63

Please sign in to comment.