Re: [Intel-gfx] [PATCH 1/3] drm/i915: Skip the ERR_PTR error state

2018-12-06 Thread Chris Wilson
Quoting Tvrtko Ursulin (2018-12-06 12:57:23) > > On 06/12/2018 08:44, Chris Wilson wrote: > > diff --git a/drivers/gpu/drm/i915/i915_gpu_error.c > > b/drivers/gpu/drm/i915/i915_gpu_error.c > > index 07465123c166..7ca6f3f31d41 100644 > > --- a/drivers/gpu/drm/i915/i915_gpu_error.c > > +++ b/driver

Re: [Intel-gfx] [PATCH 1/3] drm/i915: Skip the ERR_PTR error state

2018-12-06 Thread Tvrtko Ursulin
On 06/12/2018 08:44, Chris Wilson wrote: Although commit fb6f0b64e455 ("drm/i915: Prevent machine hang from Broxton's vtd w/a and error capture") applied cleanly after a 24 month hiatus, the code had moved on with new methods for peeking and fetching the captured gpu info. Make sure we catch all

[Intel-gfx] [PATCH 1/3] drm/i915: Skip the ERR_PTR error state

2018-12-06 Thread Chris Wilson
Although commit fb6f0b64e455 ("drm/i915: Prevent machine hang from Broxton's vtd w/a and error capture") applied cleanly after a 24 month hiatus, the code had moved on with new methods for peeking and fetching the captured gpu info. Make sure we catch all uses of the stashed error state and avoid d