OSDN Git Service

i915: convert to using drm_vblank_get/put around vblank counter usage
authorJesse Barnes <jbarnes@nietzche.virtuousgeek.org>
Sat, 19 Jul 2008 17:18:02 +0000 (13:18 -0400)
committerJesse Barnes <jbarnes@nietzche.virtuousgeek.org>
Sat, 19 Jul 2008 17:21:38 +0000 (13:21 -0400)
commit04893aa99abfbed8eb6d7067a974fa1f31193c87
tree1573b254c22d19bc59151c1736820006080e30cf
parent6ac1f8a760e1e757569a5f6f420df91cf203b02d
i915: convert to using drm_vblank_get/put around vblank counter usage

All interrupt off vblank count updates are done in drm_vblank_get/put
now, so convert users of the vblank counter over to that interface.
shared-core/i915_irq.c