drm/msm: add basic hangcheck/recovery mechanism
authorRob Clark <robdclark@gmail.com>
Sat, 24 Aug 2013 18:20:38 +0000 (14:20 -0400)
committerRob Clark <robdclark@gmail.com>
Sat, 24 Aug 2013 18:57:19 +0000 (14:57 -0400)
A basic, no-frills recovery mechanism in case the gpu gets wedged.  We
could try to be a bit more fancy and restart the next submit after the
one that got wedged, but for now keep it simple.  This is enough to
recover things if, for example, the gpu hangs mid way through a piglit
run.

Signed-off-by: Rob Clark <robdclark@gmail.com>

No differences found