Re: [Intel-gfx] [PATCH] drm/i915: release struct_mutex on the i915_gem_init_hw fail path

2014-12-05 Thread Daniel Vetter
On Fri, Dec 05, 2014 at 05:03:14AM -0800, Jeremiah Mahler wrote: > Jani, > > On Fri, Dec 05, 2014 at 02:17:42PM +0200, Jani Nikula wrote: > > Release struct_mutex if init_rings() fails. > > > > This is a regression introduced in > > commit 35a57ffbb10840af219eeaf64718434242bb7c76 > > Author: Dani

Re: [PATCH] drm/i915: release struct_mutex on the i915_gem_init_hw fail path

2014-12-05 Thread Jeremiah Mahler
Jani, On Fri, Dec 05, 2014 at 02:17:42PM +0200, Jani Nikula wrote: > Release struct_mutex if init_rings() fails. > > This is a regression introduced in > commit 35a57ffbb10840af219eeaf64718434242bb7c76 > Author: Daniel Vetter > Date: Thu Nov 20 00:33:07 2014 +0100 > > drm/i915: Only init

[PATCH] drm/i915: release struct_mutex on the i915_gem_init_hw fail path

2014-12-05 Thread Jani Nikula
Release struct_mutex if init_rings() fails. This is a regression introduced in commit 35a57ffbb10840af219eeaf64718434242bb7c76 Author: Daniel Vetter Date: Thu Nov 20 00:33:07 2014 +0100 drm/i915: Only init engines once Reported-by: Wei Yongjun Signed-off-by: Jani Nikula --- drivers/gpu