i915: make vbl interrupts work properly on i965g/gm hw.
authorDave Airlie <airlied@linux.ie>
Fri, 28 Sep 2007 01:46:28 +0000 (11:46 +1000)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 28 Sep 2007 02:47:28 +0000 (19:47 -0700)
This code is ported from the DRM git tree and allows the vblank interrupts
to function on the i965 hw. It also requires a change in Mesa's 965 driver
to actually use them.

[ Without this patch, my 965GM drops vblank interrupts  - Jesse ]

Signed-off-by: Dave Airlie <airlied@linux.ie>
Acked-by: Jesse Barnes <jesse.barnes@intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

No differences found