Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/6] drm/i915: Correct a comment about the use of the workqueue.
@ 2010-11-18  1:31 Eric Anholt
  2010-11-18  1:31 ` [PATCH 5/6] drm/i915: Also reinit the BSD and BLT rings after a GPU reset Eric Anholt
  2010-11-18  1:31 ` [PATCH 6/6] drm/i915: Add support for GPU reset on gen6 Eric Anholt
  0 siblings, 2 replies; 6+ messages in thread
From: Eric Anholt @ 2010-11-18  1:31 UTC (permalink / raw)
  To: intel-gfx

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>
---
 drivers/gpu/drm/i915/i915_dma.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/gpu/drm/i915/i915_dma.c b/drivers/gpu/drm/i915/i915_dma.c
index 4cd0491..cf4e06a 100644
--- a/drivers/gpu/drm/i915/i915_dma.c
+++ b/drivers/gpu/drm/i915/i915_dma.c
@@ -1962,7 +1962,7 @@ int i915_driver_load(struct drm_device *dev, unsigned long flags)
 	 * bo.
 	 *
 	 * It is also used for periodic low-priority events, such as
-	 * idle-timers and hangcheck.
+	 * idle-timers and recording error state.
 	 *
 	 * All tasks on the workqueue are expected to acquire the dev mutex
 	 * so there is no point in running more than one instance of the
-- 
1.7.2.3

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-11-22 12:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-18  1:31 [PATCH 1/6] drm/i915: Correct a comment about the use of the workqueue Eric Anholt
2010-11-18  1:31 ` [PATCH 5/6] drm/i915: Also reinit the BSD and BLT rings after a GPU reset Eric Anholt
2010-11-18  1:31 ` [PATCH 6/6] drm/i915: Add support for GPU reset on gen6 Eric Anholt
2010-11-18 14:53   ` Chris Wilson
2010-11-19  0:52     ` Eric Anholt
2010-11-22 12:11       ` Chris Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox