Re: [Intel-gfx] [PATCH] drm/i915: Use proper fault mask in interrupt postinstall too

2020-04-27 Thread Ville Syrjälä
On Fri, Apr 24, 2020 at 04:14:23PM -0700, Matt Roper wrote: > The IRQ postinstall handling had open-coded pipe fault mask selection > that never got updated for gen11. Switch it to use > gen8_de_pipe_fault_mask() to ensure we don't miss updates for new > platforms. > > Cc: José Roberto de Souza

[Intel-gfx] [PATCH] drm/i915: Use proper fault mask in interrupt postinstall too

2020-04-24 Thread Matt Roper
The IRQ postinstall handling had open-coded pipe fault mask selection that never got updated for gen11. Switch it to use gen8_de_pipe_fault_mask() to ensure we don't miss updates for new platforms. Cc: José Roberto de Souza Fixes: d506a65d56fd ("drm/i915: Catch GTT fault errors for gen11+ planes