drm/i915: Extract general GT interrupt handlers
authorAndi Shyti <andi.shyti@intel.com>
Sun, 11 Aug 2019 21:06:33 +0000 (22:06 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 12 Aug 2019 14:36:13 +0000 (15:36 +0100)
commitcf1c97dcb96cb2622a0b0524b6931bd7bd7d2344
tree2d5b0637e46b9d2d0b9ff542728137cd8b3e7bb9
parentd762043f7ab142291be07f15ac7ff83b7485e3e6
drm/i915: Extract general GT interrupt handlers

i915_irq.c is large. It serves as the central dispatch and handler for
all of our device interrupts. Lets break it up by pulling out the GT
interrupt handlers.

Based on a patch by Chris Wilson.

Signed-off-by: Andi Shyti <andi.shyti@intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20190811210633.18417-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/Makefile
drivers/gpu/drm/i915/gt/intel_breadcrumbs.c
drivers/gpu/drm/i915/gt/intel_gt_irq.c [new file with mode: 0644]
drivers/gpu/drm/i915/gt/intel_gt_irq.h [new file with mode: 0644]
drivers/gpu/drm/i915/gt/intel_gt_pm_irq.c
drivers/gpu/drm/i915/gt/intel_gt_types.h
drivers/gpu/drm/i915/gt/intel_ringbuffer.c
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_irq.c
drivers/gpu/drm/i915/i915_irq.h