Re: [Intel-gfx] [PATCH 06/15] drm/i915: get init power domain for gpu error state capture

2014-04-09 Thread Daniel Vetter
On Tue, Apr 08, 2014 at 07:57:47PM +0300, Imre Deak wrote: Since the state capture happens from a deferred work, we may drop the last power domain/RPM reference since the error got triggered (from an interrupt handler for example). I hit this by writing to the i915_wedged debugfs file.

[Intel-gfx] [PATCH 06/15] drm/i915: get init power domain for gpu error state capture

2014-04-08 Thread Imre Deak
Since the state capture happens from a deferred work, we may drop the last power domain/RPM reference since the error got triggered (from an interrupt handler for example). I hit this by writing to the i915_wedged debugfs file. Signed-off-by: Imre Deak imre.d...@intel.com ---