Re: [Intel-gfx] [PATCH 10/20] drm/i915: fix GEN7_ERR_INT init/reset code

2014-03-18 Thread Ben Widawsky
On Fri, Mar 07, 2014 at 08:10:26PM -0300, Paulo Zanoni wrote: > From: Paulo Zanoni > > Same as SERR_INT and the other IIR registers: reset on > preinstall/uninstall and WARN for non-zero values at postinstall. This > one also doesn't need double-clear. > > Signed-off-by: Paulo Zanoni This one

[Intel-gfx] [PATCH 10/20] drm/i915: fix GEN7_ERR_INT init/reset code

2014-03-07 Thread Paulo Zanoni
From: Paulo Zanoni Same as SERR_INT and the other IIR registers: reset on preinstall/uninstall and WARN for non-zero values at postinstall. This one also doesn't need double-clear. Signed-off-by: Paulo Zanoni --- drivers/gpu/drm/i915/i915_irq.c | 7 +-- 1 file changed, 5 insertions(+), 2 d