Re: [Intel-gfx] [PATCH] drm/i915: unlock mutex before intel_modeset_init_hw

2012-05-19 Thread Daniel Vetter
On Fri, May 18, 2012 at 10:22:32PM +0100, Chris Wilson wrote: > On Fri, 18 May 2012 17:57:13 -0300, Paulo Zanoni wrote: > > From: Paulo Zanoni > > > > Because on IVB, intel_modeset_init_hw calls gen6_enable_rps with locks > > the mutex. This problem broke suspend on my machine. It was introduced

Re: [Intel-gfx] [PATCH] drm/i915: unlock mutex before intel_modeset_init_hw

2012-05-18 Thread Chris Wilson
On Fri, 18 May 2012 17:57:13 -0300, Paulo Zanoni wrote: > From: Paulo Zanoni > > Because on IVB, intel_modeset_init_hw calls gen6_enable_rps with locks > the mutex. This problem broke suspend on my machine. It was introduced > in the following commit: > > commit 2e1352cf196094f44e73776f41087f4c

[Intel-gfx] [PATCH] drm/i915: unlock mutex before intel_modeset_init_hw

2012-05-18 Thread Paulo Zanoni
From: Paulo Zanoni Because on IVB, intel_modeset_init_hw calls gen6_enable_rps with locks the mutex. This problem broke suspend on my machine. It was introduced in the following commit: commit 2e1352cf196094f44e73776f41087f4c489ab936 Author: Chris Wilson Date: Wed May 9 11:56:28 2012 +0100