commit | 893eead092f14e42cac054a394a86e3c6e016b68 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Wed Oct 27 14:44:35 2010 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Wed Oct 27 23:29:36 2010 +0100 |
tree | 05040650a2ced6fbd27af8fadae226e3d44e9b26 | |
parent | 7e318e18f248416a3d32a1649a9b4538e7f8b0eb [diff] |
drm/i915: Fix hangcheck to handle multiple rings Currently, we believe the GPU is idle if just the RENDER ring is idle. This is obviously wrong if we only using either the BLT or the BSD rings and so masking genuine hangs. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>