Re: [Intel-gfx] [PATCH] drm/i915/mtl: Add Wa_14017856879

2023-04-05 Thread Matt Roper
On Tue, Apr 04, 2023 at 03:29:15PM -0300, Gustavo Sousa wrote: > Quoting Haridhar Kalvala (2023-04-04 14:32:20) > > Wa_14017856879 implementation for mtl. > > > > Bspec: 46046 > > > > Signed-off-by: Haridhar Kalvala > > Reviewed-by: Gustavo Sousa Applied to drm-intel-gt-next. Thanks for the

Re: [Intel-gfx] [PATCH] drm/i915/mtl: Add Wa_14017856879

2023-04-04 Thread Gustavo Sousa
Quoting Haridhar Kalvala (2023-04-04 14:32:20) > Wa_14017856879 implementation for mtl. > > Bspec: 46046 > > Signed-off-by: Haridhar Kalvala Reviewed-by: Gustavo Sousa > --- > drivers/gpu/drm/i915/gt/intel_gt_regs.h | 2 ++ > drivers/gpu/drm/i915/gt/intel_workarounds.c | 5 + > 2 fil

[Intel-gfx] [PATCH] drm/i915/mtl: Add Wa_14017856879

2023-04-04 Thread Haridhar Kalvala
Wa_14017856879 implementation for mtl. Bspec: 46046 Signed-off-by: Haridhar Kalvala --- drivers/gpu/drm/i915/gt/intel_gt_regs.h | 2 ++ drivers/gpu/drm/i915/gt/intel_workarounds.c | 5 + 2 files changed, 7 insertions(+) diff --git a/drivers/gpu/drm/i915/gt/intel_gt_regs.h b/drivers/gp