Re: [Intel-gfx] [PATCH] drm/i915/tgl, rkl: Make Wa_1606700617/22010271021 permanent

2020-09-14 Thread Vivi, Rodrigo
ow: > >> >> -Original Message- >> From: Rodrigo Vivi >> Sent: Friday, September 11, 2020 6:10 PM >> To: Dhanavanthri, Swathi >> Cc: intel-gfx@lists.freedesktop.org >> Subject: Re: [Intel-gfx] [PATCH] drm/i915/tgl, rkl: Make >> Wa_16067006

Re: [Intel-gfx] [PATCH] drm/i915/tgl, rkl: Make Wa_1606700617/22010271021 permanent

2020-09-14 Thread Vivi, Rodrigo
10 PM > To: Dhanavanthri, Swathi > Cc: intel-gfx@lists.freedesktop.org > Subject: Re: [Intel-gfx] [PATCH] drm/i915/tgl, rkl: Make > Wa_1606700617/22010271021 permanent > > On Fri, Sep 11, 2020 at 03:11:58PM -0700, Swathi Dhanavanthri wrote: >> This workaround applies to all TGL

Re: [Intel-gfx] [PATCH] drm/i915/tgl, rkl: Make Wa_1606700617/22010271021 permanent

2020-09-11 Thread Dhanavanthri, Swathi
It is in the if statement: if (IS_ROCKETLAKE(i915) || IS_TIGERLAKE(i915)) { -Original Message- From: Rodrigo Vivi Sent: Friday, September 11, 2020 6:10 PM To: Dhanavanthri, Swathi Cc: intel-gfx@lists.freedesktop.org Subject: Re: [Intel-gfx] [PATCH] drm/i915/tgl, rkl: Make

Re: [Intel-gfx] [PATCH] drm/i915/tgl, rkl: Make Wa_1606700617/22010271021 permanent

2020-09-11 Thread Rodrigo Vivi
On Fri, Sep 11, 2020 at 03:11:58PM -0700, Swathi Dhanavanthri wrote: > This workaround applies to all TGL and RKL steppings. > > Signed-off-by: Swathi Dhanavanthri > --- > drivers/gpu/drm/i915/gt/intel_workarounds.c | 7 --- > 1 file changed, 4 insertions(+), 3 deletions(-) > > diff --git a

[Intel-gfx] [PATCH] drm/i915/tgl, rkl: Make Wa_1606700617/22010271021 permanent

2020-09-11 Thread Swathi Dhanavanthri
This workaround applies to all TGL and RKL steppings. Signed-off-by: Swathi Dhanavanthri --- drivers/gpu/drm/i915/gt/intel_workarounds.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/i915/gt/intel_workarounds.c b/drivers/gpu/drm/i915/gt/intel_workaro