Re: [Intel-gfx] [PATCH 1/2] drm/i915/dg2: Introduce Wa_18018764978

2022-11-07 Thread Wayne Boyer
On 10/25/22 11:03 AM, Matt Atwood wrote: > Wa_18018764978 applies to specific steppings of DG2 (G11 C0+, > G11 and G12 A0+). > > Bspec: 66622 > > Signed-off-by: Matt Atwood With fixups to commit messages as mentioned by Gustavo, Reviewed-by: Wayne Boyer > --- > drivers/gpu/drm/i915/gt/int

Re: [Intel-gfx] [PATCH 1/2] drm/i915/dg2: Introduce Wa_18018764978

2022-10-27 Thread Gustavo Sousa
On Tue, Oct 25, 2022 at 11:03:34AM -0700, Matt Atwood wrote: > Wa_18018764978 applies to specific steppings of DG2 (G11 C0+, I believe you mean "G10 C0+"? > G11 and G12 A0+). > > Bspec: 66622 > > Signed-off-by: Matt Atwood > --- > drivers/gpu/drm/i915/gt/intel_gt_regs.h | 3 +++ > drivers

[Intel-gfx] [PATCH 1/2] drm/i915/dg2: Introduce Wa_18018764978

2022-10-25 Thread Matt Atwood
Wa_18018764978 applies to specific steppings of DG2 (G11 C0+, G11 and G12 A0+). Bspec: 66622 Signed-off-by: Matt Atwood --- drivers/gpu/drm/i915/gt/intel_gt_regs.h | 3 +++ drivers/gpu/drm/i915/gt/intel_workarounds.c | 5 + 2 files changed, 8 insertions(+) diff --git a/drivers/gpu/drm/