All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] gpu hangman support
@ 2012-04-25 11:57 Daniel Vetter
  2012-04-25 11:57 ` [PATCH 1/6] drm/i915: add interface to simulate gpu hangs Daniel Vetter
                   ` (7 more replies)
  0 siblings, 8 replies; 19+ messages in thread
From: Daniel Vetter @ 2012-04-25 11:57 UTC (permalink / raw)
  To: Intel Graphics Development; +Cc: Daniel Vetter

Hi all,

In the light of the recent oops in the error state code I've resurrected my gpu
hangman and brushed it up a bit. Together with the hangman check in i-g-t (which
now also works a bit more reliable) we'll have a basic test of our hangcheck,
reset and error state infrastructure.

Comments, flames and excessively-painted bikesheds highly welcome.

Cheers, Daniel

Daniel Vetter (6):
  drm/i915: add interface to simulate gpu hangs
  drm/i915: rework dev->first_error locking
  drm/i915: destroy existing error_state when simulating a gpu hang
  drm/i915: simplify i915_reset a bit
  drm/i915: extract i915_do_reset
  drm/i915: make gpu hangman more resilient

 drivers/gpu/drm/i915/i915_debugfs.c     |   80 +++++++++++++++++++++++++++++--
 drivers/gpu/drm/i915/i915_drv.c         |   75 +++++++++++++++++------------
 drivers/gpu/drm/i915/i915_drv.h         |    6 ++
 drivers/gpu/drm/i915/i915_irq.c         |   12 +++--
 drivers/gpu/drm/i915/intel_ringbuffer.c |    4 ++
 5 files changed, 137 insertions(+), 40 deletions(-)

-- 
1.7.9

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

end of thread, other threads:[~2012-04-27  0:04 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-25 11:57 [PATCH 0/6] gpu hangman support Daniel Vetter
2012-04-25 11:57 ` [PATCH 1/6] drm/i915: add interface to simulate gpu hangs Daniel Vetter
2012-04-26  0:03   ` Eugeni Dodonov
2012-04-25 11:57 ` [PATCH 2/6] drm/i915: rework dev->first_error locking Daniel Vetter
2012-04-25 11:57 ` [PATCH 3/6] drm/i915: destroy existing error_state when simulating a gpu hang Daniel Vetter
2012-04-25 20:20   ` [PATCH] drm/i915: allow the existing error_state to be destroyed Daniel Vetter
2012-04-25 11:57 ` [PATCH 4/6] drm/i915: simplify i915_reset a bit Daniel Vetter
2012-04-25 16:18   ` Jesse Barnes
2012-04-25 20:27     ` Daniel Vetter
2012-04-25 20:34       ` Jesse Barnes
2012-04-25 21:04         ` Daniel Vetter
2012-04-25 23:14       ` Eric Anholt
2012-04-25 11:57 ` [PATCH 5/6] drm/i915: extract i915_do_reset Daniel Vetter
2012-04-25 13:14   ` [PATCH] drm/i915: extract intel_gpu_reset Daniel Vetter
2012-04-25 16:43     ` Ben Widawsky
2012-04-25 11:57 ` [PATCH 6/6] drm/i915: make gpu hangman more resilient Daniel Vetter
     [not found]   ` <CAC7LmnuSWGfup9Vd9dnH_4BanFguRUj_y8Q1L+Jx-RoaUK2KsA@mail.gmail.com>
2012-04-26  8:25     ` Daniel Vetter
2012-04-25 12:42 ` [PATCH 0/6] gpu hangman support Chris Wilson
2012-04-27  0:03 ` Ben Widawsky

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.