Re: [Intel-gfx] [PATCH 11/62] drm/i915/bdw: Implement interrupt changes

2013-11-06 Thread Daniel Vetter
On Sat, Nov 02, 2013 at 09:07:09PM -0700, Ben Widawsky wrote: > The interrupt handling implementation remains the same as previous > generations with the 4 types of registers, status, identity, mask, and > enable. However the layout of where the bits go have changed entirely. > To address these cha

[Intel-gfx] [PATCH 11/62] drm/i915/bdw: Implement interrupt changes

2013-11-02 Thread Ben Widawsky
The interrupt handling implementation remains the same as previous generations with the 4 types of registers, status, identity, mask, and enable. However the layout of where the bits go have changed entirely. To address these changes, all of the interrupt vfuncs needed special gen8 code. The way i