drm/i915: use enum pipe consistently in i915_irq.c
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 21 Oct 2013 16:04:35 +0000 (18:04 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 30 Oct 2013 10:15:25 +0000 (11:15 +0100)
Request by Ville in his review of the CRC stuff. This converts
everything but ilk_display_irq_handler since that needs a bit more
than a simple search&replace to look nice.

Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

No differences found