commit | df9c2042858e85ab46731c13e708a5b0799db848 | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Thu Nov 18 09:31:12 2010 +0800 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Mon Nov 22 08:58:01 2010 +0000 |
tree | 46b15085f2aeeecd50f7f491bfedd29dccfb8cef | |
parent | a940a75a9a4b0f2523fd6d944d1c8099e7da9bbb [diff] |
drm/i915: Correct a comment about the use of the workqueue. It isn't used for the hangcheck, which does its work right from the timer trigger, but hangcheck can lead to error state recording, which is run off of the workqueue. Signed-off-by: Eric Anholt <eric@anholt.net> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>