[i915] leave interrupts masked off when not in use.
authorKeith Packard <keithp@keithp.com>
Mon, 26 May 2008 10:25:16 +0000 (03:25 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 26 May 2008 10:25:16 +0000 (03:25 -0700)
commitd434b64f6a760d85295e32298a9a1f3624ee1b69
treed3b334ab5fd277c5fb159217f6bbe0edd3d88b9c
parent7cf3fd29fe058a0bfc2ba7e889d1b360398be161
[i915] leave interrupts masked off when not in use.

The interrupt enable register cannot be used to temporarily disable
interrupts, instead use the interrupt mask register.

Note that this change means that a pile of buffers will be left stuck on the
chip as the final interrupts will not be recognized to come and drain things.
linux-core/i915_gem.c
shared-core/i915_drv.h
shared-core/i915_irq.c