Re: [Intel-gfx] [PATCH 1/2] drm/i915: Extract GT powermanagement interrupt handling

2019-08-12 Thread Chris Wilson
Quoting Chris Wilson (2019-08-11 15:28:00) > From: Andi Shyti > > i915_irq.c is large. It serves as the central dispatch and handler for > all of our device interrupts. Pull out the GT pm interrupt handling > (leaving the central dispatch) so that we can encapsulate the logic a > little better.

[Intel-gfx] [PATCH 1/2] drm/i915: Extract GT powermanagement interrupt handling

2019-08-11 Thread Chris Wilson
From: Andi Shyti i915_irq.c is large. It serves as the central dispatch and handler for all of our device interrupts. Pull out the GT pm interrupt handling (leaving the central dispatch) so that we can encapsulate the logic a little better. Based on a patch by Chris Wilson. Signed-off-by: Andi