Re: [Intel-gfx] [PATCH 2/3] drm/i915: no hangcheck when reset is in progress

2013-06-30 Thread Ben Widawsky
On Tue, Jun 25, 2013 at 06:26:40PM +0300, Mika Kuoppala wrote: > The timer for hangchecking can run again before the previous > reset it has triggered has been handled. This can corrupt > the hangcheck state as reset handling will access and write to > the hangcheck data. To prevent this, avoid run

[Intel-gfx] [PATCH 2/3] drm/i915: no hangcheck when reset is in progress

2013-06-25 Thread Mika Kuoppala
The timer for hangchecking can run again before the previous reset it has triggered has been handled. This can corrupt the hangcheck state as reset handling will access and write to the hangcheck data. To prevent this, avoid running the hangcheck logic while reset is in progress. Signed-off-by: Mi