Re: [Intel-gfx] [RFC 7/8] drm/i915: Allow reset without error capture

2018-03-16 Thread Chris Wilson
Quoting jeff.mc...@intel.com (2018-03-16 18:31:04) > From: Jeff McGee > > Pull the reset handling out of i915_handle_error() so that it can be > called by that function and directly by the upcoming force preemption > handler. This allows the force preemption handler to bypass the error > capture

[Intel-gfx] [RFC 7/8] drm/i915: Allow reset without error capture

2018-03-16 Thread jeff . mcgee
From: Jeff McGee Pull the reset handling out of i915_handle_error() so that it can be called by that function and directly by the upcoming force preemption handler. This allows the force preemption handler to bypass the error capture that i915_handle_error() does before getting on with the reset.