git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e318e1
)
drm/i915: Fix hangcheck to handle multiple rings
author
Chris Wilson
<chris@chris-wilson.co.uk>
Wed, 27 Oct 2010 13:44:35 +0000
(14:44 +0100)
committer
Chris Wilson
<chris@chris-wilson.co.uk>
Wed, 27 Oct 2010 22:29:36 +0000
(23:29 +0100)
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>
No differences found