]> Pileus Git - ~andy/linux/commit
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)
commit3b6c42e82c83da0ea9230c1bbd3390ab4ecf0cb6
tree65df6348a2fd54774d61f213fe3f901a07ff0254
parent94e39e282ecd299b095f37cd0f521d83bd799b14
drm/i915: use enum pipe consistently in i915_irq.c

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>
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_irq.c