]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitaad46a3450955a8245ebfd104ff761692ed30561
treec8e8c64a69fc38daa32d04580195c703f9e5dc41
parent04fda814d3ef65ce5fee4841b864f71cee7400d2
i915: make vbl interrupts work properly on i965g/gm hw.

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>
drivers/char/drm/i915_drv.h
drivers/char/drm/i915_irq.c