[Intel-gfx] [PATCH 2/4] drm/i915/icl: add Wa_22010271021 for all gen11

2021-03-24 Thread Lucas De Marchi
From: Caz Yokoyama Wa_22010271021 does not apply only to EHL, but to all gen11 and other gen12 platforms. Gen12 is already covered in another code path, but we need to stop checking for EHL when handling gen11. Bspec: 33450, 52887 v2: Remove "gen11" suffix as it also applies to gen12 platforms

Re: [Intel-gfx] [PATCH 2/4] drm/i915/icl: add Wa_22010271021 for all gen11

2021-03-02 Thread Matt Roper
On Tue, Mar 02, 2021 at 05:07:26PM -0800, Lucas De Marchi wrote: > From: Caz Yokoyama > > Wa_22010271021 does not apply only to EHL, but to all gen11 platforms. It also applies to a bunch of gen12 platforms; we already apply the same workaround in an earlier block of the same function too to han

[Intel-gfx] [PATCH 2/4] drm/i915/icl: add Wa_22010271021 for all gen11

2021-03-02 Thread Lucas De Marchi
From: Caz Yokoyama Wa_22010271021 does not apply only to EHL, but to all gen11 platforms. Bspec: 33450, 52887 Cc: Clinton Taylor Cc: Matt Roper Signed-off-by: Caz Yokoyama Signed-off-by: Lucas De Marchi --- drivers/gpu/drm/i915/gt/intel_workarounds.c | 9 - 1 file changed, 4 insert