[Intel-gfx] [PATCH 2/2] drm/i915: Skip the Wa_1604555607 verification

2019-11-20 Thread Ramalingam C
At TGL A0 stepping, FF_MODE2 register read back is broken, hence disabling the WA verification. Helper function called wa_write_masked_or_no_verify is defined for the same purpose. v2: i915 ptr retrieved from engine. [Tvrtko] Signed-off-by: Ramalingam C cc: Tvrtko Ursulin --- drivers/gpu/dr

Re: [Intel-gfx] [PATCH 2/2] drm/i915: Skip the Wa_1604555607 verification

2019-11-20 Thread Ramalingam C
On 2019-11-20 at 17:50:51 +, Tvrtko Ursulin wrote: > > On 20/11/2019 17:31, Ramalingam C wrote: > > At TGL A0 stepping, FF_MODE2 register read back is broken, hence > > disabling the WA verification. > > > > Helper function called wa_write_masked_or_no_verify is defined for the > > same purpo

Re: [Intel-gfx] [PATCH 2/2] drm/i915: Skip the Wa_1604555607 verification

2019-11-20 Thread Lucas De Marchi
On Wed, Nov 20, 2019 at 05:50:51PM +, Tvrtko Ursulin wrote: On 20/11/2019 17:31, Ramalingam C wrote: At TGL A0 stepping, FF_MODE2 register read back is broken, hence disabling the WA verification. Helper function called wa_write_masked_or_no_verify is defined for the same purpose. Signed-

Re: [Intel-gfx] [PATCH 2/2] drm/i915: Skip the Wa_1604555607 verification

2019-11-20 Thread Tvrtko Ursulin
On 20/11/2019 17:31, Ramalingam C wrote: At TGL A0 stepping, FF_MODE2 register read back is broken, hence disabling the WA verification. Helper function called wa_write_masked_or_no_verify is defined for the same purpose. Signed-off-by: Ramalingam C cc: Tvrtko Ursulin --- drivers/gpu/drm/i

[Intel-gfx] [PATCH 2/2] drm/i915: Skip the Wa_1604555607 verification

2019-11-20 Thread Ramalingam C
At TGL A0 stepping, FF_MODE2 register read back is broken, hence disabling the WA verification. Helper function called wa_write_masked_or_no_verify is defined for the same purpose. Signed-off-by: Ramalingam C cc: Tvrtko Ursulin --- drivers/gpu/drm/i915/gt/intel_workarounds.c | 20 +