Re: [Intel-gfx] [PATCH 7/8] drm/i915: Serialise resets with wedging

2019-02-08 Thread Mika Kuoppala
Chris Wilson writes: > Prevent concurrent set-wedge with ongoing resets (and vice versa) by > taking the same wedge_mutex around both operations. > > Signed-off-by: Chris Wilson Reviewed-by: Mika Kuoppala > --- > drivers/gpu/drm/i915/i915_reset.c | 68 ++- > 1 fil

[Intel-gfx] [PATCH 7/8] drm/i915: Serialise resets with wedging

2019-02-06 Thread Chris Wilson
Prevent concurrent set-wedge with ongoing resets (and vice versa) by taking the same wedge_mutex around both operations. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_reset.c | 68 ++- 1 file changed, 40 insertions(+), 28 deletions(-) diff --git a/drivers

[Intel-gfx] [PATCH 7/8] drm/i915: Serialise resets with wedging

2019-02-06 Thread Chris Wilson
Prevent concurrent set-wedge with ongoing resets (and vice versa) by taking the same wedge_mutex around both operations. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_reset.c | 68 ++- 1 file changed, 40 insertions(+), 28 deletions(-) diff --git a/drivers