Re: [Intel-gfx] [PATCH] drm/i915/reset: Add Wa_22011802037 for gen11 and execlist backend

2022-05-06 Thread Umesh Nerlige Ramappa
On Fri, May 06, 2022 at 10:13:28AM -0700, Umesh Nerlige Ramappa wrote: On Wed, May 04, 2022 at 07:09:09PM +0100, Tvrtko Ursulin wrote: On 04/05/2022 18:35, Umesh Nerlige Ramappa wrote: On Wed, May 04, 2022 at 09:10:42AM +0100, Tvrtko Ursulin wrote: On 03/05/2022 20:49, Umesh Nerlige Ramappa

Re: [Intel-gfx] [PATCH] drm/i915/reset: Add Wa_22011802037 for gen11 and execlist backend

2022-05-06 Thread Umesh Nerlige Ramappa
On Wed, May 04, 2022 at 07:09:09PM +0100, Tvrtko Ursulin wrote: On 04/05/2022 18:35, Umesh Nerlige Ramappa wrote: On Wed, May 04, 2022 at 09:10:42AM +0100, Tvrtko Ursulin wrote: On 03/05/2022 20:49, Umesh Nerlige Ramappa wrote: On Tue, May 03, 2022 at 09:42:52AM +0100, Tvrtko Ursulin wrote:

Re: [Intel-gfx] [PATCH] drm/i915/reset: Add Wa_22011802037 for gen11 and execlist backend

2022-05-04 Thread Umesh Nerlige Ramappa
On Wed, May 04, 2022 at 07:09:09PM +0100, Tvrtko Ursulin wrote: On 04/05/2022 18:35, Umesh Nerlige Ramappa wrote: On Wed, May 04, 2022 at 09:10:42AM +0100, Tvrtko Ursulin wrote: On 03/05/2022 20:49, Umesh Nerlige Ramappa wrote: On Tue, May 03, 2022 at 09:42:52AM +0100, Tvrtko Ursulin wrote:

Re: [Intel-gfx] [PATCH] drm/i915/reset: Add Wa_22011802037 for gen11 and execlist backend

2022-05-04 Thread Tvrtko Ursulin
On 04/05/2022 18:35, Umesh Nerlige Ramappa wrote: On Wed, May 04, 2022 at 09:10:42AM +0100, Tvrtko Ursulin wrote: On 03/05/2022 20:49, Umesh Nerlige Ramappa wrote: On Tue, May 03, 2022 at 09:42:52AM +0100, Tvrtko Ursulin wrote: On 02/05/2022 23:18, Umesh Nerlige Ramappa wrote: Current

Re: [Intel-gfx] [PATCH] drm/i915/reset: Add Wa_22011802037 for gen11 and execlist backend

2022-05-04 Thread Umesh Nerlige Ramappa
On Wed, May 04, 2022 at 09:10:42AM +0100, Tvrtko Ursulin wrote: On 03/05/2022 20:49, Umesh Nerlige Ramappa wrote: On Tue, May 03, 2022 at 09:42:52AM +0100, Tvrtko Ursulin wrote: On 02/05/2022 23:18, Umesh Nerlige Ramappa wrote: Current implementation of Wa_22011802037 is limited to the GuC

Re: [Intel-gfx] [PATCH] drm/i915/reset: Add Wa_22011802037 for gen11 and execlist backend

2022-05-04 Thread Tvrtko Ursulin
On 03/05/2022 20:49, Umesh Nerlige Ramappa wrote: On Tue, May 03, 2022 at 09:42:52AM +0100, Tvrtko Ursulin wrote: On 02/05/2022 23:18, Umesh Nerlige Ramappa wrote: Current implementation of Wa_22011802037 is limited to the GuC backend and gen12. Add support for execlist backend and gen11 as

Re: [Intel-gfx] [PATCH] drm/i915/reset: Add Wa_22011802037 for gen11 and execlist backend

2022-05-03 Thread Umesh Nerlige Ramappa
On Tue, May 03, 2022 at 09:42:52AM +0100, Tvrtko Ursulin wrote: On 02/05/2022 23:18, Umesh Nerlige Ramappa wrote: Current implementation of Wa_22011802037 is limited to the GuC backend and gen12. Add support for execlist backend and gen11 as well. Is the implication f6aa0d713c88 ("drm/i915:

Re: [Intel-gfx] [PATCH] drm/i915/reset: Add Wa_22011802037 for gen11 and execlist backend

2022-05-03 Thread Tvrtko Ursulin
On 02/05/2022 23:18, Umesh Nerlige Ramappa wrote: Current implementation of Wa_22011802037 is limited to the GuC backend and gen12. Add support for execlist backend and gen11 as well. Is the implication f6aa0d713c88 ("drm/i915: Add Wa_22011802037 force cs halt") does not work on Tigerlake?

[Intel-gfx] [PATCH] drm/i915/reset: Add Wa_22011802037 for gen11 and execlist backend

2022-05-02 Thread Umesh Nerlige Ramappa
Current implementation of Wa_22011802037 is limited to the GuC backend and gen12. Add support for execlist backend and gen11 as well. Signed-off-by: Umesh Nerlige Ramappa --- drivers/gpu/drm/i915/gt/intel_engine.h| 2 + drivers/gpu/drm/i915/gt/intel_engine_cs.c | 81