Re: [Intel-gfx] [PATCH] drm/i915: Move the final intel_gpu_reset() to after declaring wedged

2018-02-12 Thread Mika Kuoppala
Chris Wilson writes: > If we fail to reset the GPU (i915_reset()), we do one final > intel_gpu_reset() attempt as we mark the device wedged. The idea here is > even though the GPU has proven unreliable (and so we want to stop using > it for the time being), we don't

[Intel-gfx] [PATCH] drm/i915: Move the final intel_gpu_reset() to after declaring wedged

2018-02-09 Thread Chris Wilson
If we fail to reset the GPU (i915_reset()), we do one final intel_gpu_reset() attempt as we mark the device wedged. The idea here is even though the GPU has proven unreliable (and so we want to stop using it for the time being), we don't want it spinning away in the background whilst the driver