Re: [Intel-gfx] [PATCH] drm/i915: Make IRQ reset and postinstall multi-gt aware

2023-03-21 Thread Andi Shyti
Hi Matt, On Tue, Mar 21, 2023 at 05:10:51PM -0700, Matt Roper wrote: > On Wed, Mar 22, 2023 at 12:20:09AM +0100, Andi Shyti wrote: > > From: Paulo Zanoni > > > > In multitile systems IRQ need to be reset and enabled per GT. > > At the moment we're not enabling multi-tile support on any

Re: [Intel-gfx] [PATCH] drm/i915: Make IRQ reset and postinstall multi-gt aware

2023-03-21 Thread Matt Roper
On Wed, Mar 22, 2023 at 12:20:09AM +0100, Andi Shyti wrote: > From: Paulo Zanoni > > In multitile systems IRQ need to be reset and enabled per GT. At the moment we're not enabling multi-tile support on any platforms yet. Xe_HP SDV has pretty much already served its purpose as an early Xe_HP

[PATCH] drm/i915: Make IRQ reset and postinstall multi-gt aware

2023-03-21 Thread Andi Shyti
From: Paulo Zanoni In multitile systems IRQ need to be reset and enabled per GT. Signed-off-by: Paulo Zanoni Cc: Tvrtko Ursulin Signed-off-by: Andi Shyti --- drivers/gpu/drm/i915/i915_irq.c | 28 ++-- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git