Re: [Intel-gfx] [PATCH] drm/i915: Don't bail out early on i915_handle_error

2015-02-03 Thread shuang . he
Tested-By: PRC QA PRTS (Patch Regression Test System Contact: shuang...@intel.com) Task id: 5702 -Summary- Platform Delta drm-intel-nightly Series Applied PNV 283/283

Re: [Intel-gfx] [PATCH] drm/i915: Don't bail out early on i915_handle_error

2015-02-03 Thread Jani Nikula
On Tue, 03 Feb 2015, Mika Kuoppala wrote: > If we bail out from handling the error, we never wake up > the waiters, resulting in a stuck processes. > > This regression was introduced in: > > commit b8d24a06568368076ebd5a858a011699a97bfa42 > Author: Mika Kuoppala > Date: Wed Jan 28 17:03:14 2015

Re: [Intel-gfx] [PATCH] drm/i915: Don't bail out early on i915_handle_error

2015-02-03 Thread Chris Wilson
On Tue, Feb 03, 2015 at 02:27:25PM +0200, Mika Kuoppala wrote: > If we bail out from handling the error, we never wake up > the waiters, resulting in a stuck processes. > > This regression was introduced in: > > commit b8d24a06568368076ebd5a858a011699a97bfa42 > Author: Mika Kuoppala > Date: We

[Intel-gfx] [PATCH] drm/i915: Don't bail out early on i915_handle_error

2015-02-03 Thread Mika Kuoppala
If we bail out from handling the error, we never wake up the waiters, resulting in a stuck processes. This regression was introduced in: commit b8d24a06568368076ebd5a858a011699a97bfa42 Author: Mika Kuoppala Date: Wed Jan 28 17:03:14 2015 +0200 drm/i915: Remove nested work in gpu error han