Re: [Intel-gfx] [PATCH 1/5] drm/i915: Do a full device reset after being wedged

2018-09-03 Thread Joonas Lahtinen
Quoting Chris Wilson (2018-09-03 11:33:33) > We only call unset_wedged on the global reset path (since it's a global > operation), so if we are terminally wedged and wish to reset, take the > full device reset path rather than the quicker individual engine resets. > > Signed-off-by: Chris Wilson

[Intel-gfx] [PATCH 1/5] drm/i915: Do a full device reset after being wedged

2018-09-03 Thread Chris Wilson
We only call unset_wedged on the global reset path (since it's a global operation), so if we are terminally wedged and wish to reset, take the full device reset path rather than the quicker individual engine resets. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_irq.c | 3 ++- 1 file