Re: [Intel-gfx] [PATCH 04/10] drm/i915: add ibx_irq_postinstall

2013-02-09 Thread Daniel Vetter
On Sat, Feb 09, 2013 at 09:27:22AM -0800, Ben Widawsky wrote: > On Fri, 8 Feb 2013 17:35:15 -0200 > Paulo Zanoni wrote: > > > From: Paulo Zanoni > > > > So we can remove duplicated code. Note that this function is used not > > only on IBX, but also CPT and LPT. > > > > Signed-off-by: Paulo Za

Re: [Intel-gfx] [PATCH 04/10] drm/i915: add ibx_irq_postinstall

2013-02-09 Thread Ben Widawsky
On Fri, 8 Feb 2013 17:35:15 -0200 Paulo Zanoni wrote: > From: Paulo Zanoni > > So we can remove duplicated code. Note that this function is used not > only on IBX, but also CPT and LPT. > > Signed-off-by: Paulo Zanoni Reviewed-by: Ben Widawsky [snip]

[Intel-gfx] [PATCH 04/10] drm/i915: add ibx_irq_postinstall

2013-02-08 Thread Paulo Zanoni
From: Paulo Zanoni So we can remove duplicated code. Note that this function is used not only on IBX, but also CPT and LPT. Signed-off-by: Paulo Zanoni --- drivers/gpu/drm/i915/i915_irq.c | 66 ++- 1 file changed, 24 insertions(+), 42 deletions(-) diff --