Re: [Intel-gfx] [PATCH 10/14] drm/i915: Refactor vlv_display_irq_uninstall()

2014-10-31 Thread Ville Syrjälä
On Thu, Oct 30, 2014 at 06:37:46PM -0200, Paulo Zanoni wrote: > 2014-10-30 18:22 GMT-02:00 Paulo Zanoni : > > 2014-10-30 15:42 GMT-02:00 : > >> From: Ville Syrjälä > >> > >> Pull the vlv display irq uninstall code into a separate function, for > >> eventual sharing with chv. > >> > >> Signed-off-

Re: [Intel-gfx] [PATCH 10/14] drm/i915: Refactor vlv_display_irq_uninstall()

2014-10-30 Thread Paulo Zanoni
2014-10-30 18:22 GMT-02:00 Paulo Zanoni : > 2014-10-30 15:42 GMT-02:00 : >> From: Ville Syrjälä >> >> Pull the vlv display irq uninstall code into a separate function, for >> eventual sharing with chv. >> >> Signed-off-by: Ville Syrjälä >> --- >> drivers/gpu/drm/i915/i915_irq.c | 25 +++

Re: [Intel-gfx] [PATCH 10/14] drm/i915: Refactor vlv_display_irq_uninstall()

2014-10-30 Thread Paulo Zanoni
2014-10-30 15:42 GMT-02:00 : > From: Ville Syrjälä > > Pull the vlv display irq uninstall code into a separate function, for > eventual sharing with chv. > > Signed-off-by: Ville Syrjälä > --- > drivers/gpu/drm/i915/i915_irq.c | 25 +++-- > 1 file changed, 15 insertions(+),

[Intel-gfx] [PATCH 10/14] drm/i915: Refactor vlv_display_irq_uninstall()

2014-10-30 Thread ville . syrjala
From: Ville Syrjälä Pull the vlv display irq uninstall code into a separate function, for eventual sharing with chv. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/i915_irq.c | 25 +++-- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/drivers/gpu/drm/