Re: [Intel-gfx] [PATCH] drm/i915: Stop propagating fence errors by default

2021-05-17 Thread Daniel Vetter
On Mon, May 17, 2021 at 5:33 PM Tvrtko Ursulin wrote: > On 17/05/2021 16:12, Daniel Vetter wrote: > > On Tue, May 11, 2021 at 10:05:27AM +0100, Tvrtko Ursulin wrote: > >> > >> On 10/05/2021 16:55, Daniel Vetter wrote: > >>> On Fri, May 07, 2021 at 09:35:21AM +0100, Tvrtko Ursulin wrote: > Fro

Re: [Intel-gfx] [PATCH] drm/i915: Stop propagating fence errors by default

2021-05-17 Thread Tvrtko Ursulin
On 17/05/2021 16:12, Daniel Vetter wrote: On Tue, May 11, 2021 at 10:05:27AM +0100, Tvrtko Ursulin wrote: On 10/05/2021 16:55, Daniel Vetter wrote: On Fri, May 07, 2021 at 09:35:21AM +0100, Tvrtko Ursulin wrote: From: Tvrtko Ursulin This is an alternative proposed fix for the below refere

Re: [Intel-gfx] [PATCH] drm/i915: Stop propagating fence errors by default

2021-05-17 Thread Daniel Vetter
On Tue, May 11, 2021 at 10:05:27AM +0100, Tvrtko Ursulin wrote: > > On 10/05/2021 16:55, Daniel Vetter wrote: > > On Fri, May 07, 2021 at 09:35:21AM +0100, Tvrtko Ursulin wrote: > > > From: Tvrtko Ursulin > > > > > > This is an alternative proposed fix for the below references bug report > > > w

Re: [Intel-gfx] [PATCH] drm/i915: Stop propagating fence errors by default

2021-05-11 Thread Tvrtko Ursulin
On 10/05/2021 16:55, Daniel Vetter wrote: On Fri, May 07, 2021 at 09:35:21AM +0100, Tvrtko Ursulin wrote: From: Tvrtko Ursulin This is an alternative proposed fix for the below references bug report where dma fence error propagation is causing undesirable change in behaviour post GPU hang/re

Re: [Intel-gfx] [PATCH] drm/i915: Stop propagating fence errors by default

2021-05-10 Thread Daniel Vetter
On Fri, May 07, 2021 at 09:35:21AM +0100, Tvrtko Ursulin wrote: > From: Tvrtko Ursulin > > This is an alternative proposed fix for the below references bug report > where dma fence error propagation is causing undesirable change in > behaviour post GPU hang/reset. > > Approach in this patch is t

Re: [Intel-gfx] [PATCH] drm/i915: Stop propagating fence errors by default

2021-05-09 Thread Jason Ekstrand
On May 7, 2021 03:35:33 Tvrtko Ursulin wrote: From: Tvrtko Ursulin This is an alternative proposed fix for the below references bug report where dma fence error propagation is causing undesirable change in behaviour post GPU hang/reset. Approach in this patch is to simply stop propagating al

[Intel-gfx] [PATCH] drm/i915: Stop propagating fence errors by default

2021-05-07 Thread Tvrtko Ursulin
From: Tvrtko Ursulin This is an alternative proposed fix for the below references bug report where dma fence error propagation is causing undesirable change in behaviour post GPU hang/reset. Approach in this patch is to simply stop propagating all dma fence errors by default since that seems to