drm/i915: Correct a comment about the use of the workqueue.
authorEric Anholt <eric@anholt.net>
Thu, 18 Nov 2010 01:31:12 +0000 (09:31 +0800)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 22 Nov 2010 08:58:01 +0000 (08:58 +0000)
commitdf9c2042858e85ab46731c13e708a5b0799db848
tree46b15085f2aeeecd50f7f491bfedd29dccfb8cef
parenta940a75a9a4b0f2523fd6d944d1c8099e7da9bbb
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>
drivers/gpu/drm/i915/i915_dma.c