[Intel-gfx] [PATCH 12/19] drm/i915: extract ibx_irq_uninstall

2014-04-01 Thread Paulo Zanoni
From: Paulo Zanoni Just like ibx_irq_preinstall. We'll call this from somewhere else in the next patch. Reviewed-by: Ben Widawsky Signed-off-by: Paulo Zanoni --- drivers/gpu/drm/i915/i915_irq.c | 21 ++--- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/drivers/

[Intel-gfx] [PATCH 12/19] drm/i915: extract ibx_irq_uninstall

2014-01-22 Thread Paulo Zanoni
From: Paulo Zanoni Just like ibx_irq_preinstall. We'll call this from somewhere else in the next patch. Signed-off-by: Paulo Zanoni --- drivers/gpu/drm/i915/i915_irq.c | 21 ++--- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_irq.c b/d