<div class="gmail_quote">On Wed, Dec 14, 2011 at 10:57, Daniel Vetter <span dir="ltr"><<a href="mailto:daniel.vetter@ffwll.ch">daniel.vetter@ffwll.ch</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

gpu reset is a very important piece of our infrastructure.<br>
Unfortunately we only really it test by actually hanging the gpu,<br>
which often has bad side-effects for the entire system. And the gpu<br>
hang handling code is one of the rather complicated pieces of code we<br>
have, consisting of<br>
- hang detection<br>
- error capture<br>
- actual gpu reset<br>
- reset of all the gem bookkeeping<br>
- reinitialition of the entire gpu<br>
<br>
This patch adds a debugfs to selectively stopping rings by ceasing to<br>
update the hw tail pointer, which will result in the gpu no longer<br>
updating it's head pointer and eventually to the hangcheck firing.<br>
This way we can exercise the gpu hang code under controlled conditions<br>
without a dying gpu taking down the entire systems.<br>
<br>
Patch motivated by me forgetting to properly reinitialize ppgtt after<br>
a gpu reset.<br>
<br>
Usage:<br>
<br>
echo $((1 << $ringnum)) > i915_ring_stop # stops one ring<br>
<br>
echo 0xffffffff > i915_ring_stop # stops all, future-proof version<br>
<br>
then run whatever testload is desired. i915_ring_stop automatically<br>
resets after a gpu hang is detected to avoid hanging the gpu to fast<br>
and declaring it wedged.<br>
<br>
v2: Incorporate feedback from Chris Wilson.<br>
<br>
v3: Add the missing cleanup.<br>
<br>
Signed-Off-by: Daniel Vetter <<a href="mailto:daniel.vetter@ffwll.ch">daniel.vetter@ffwll.ch</a>><br>
Reviewed-by: Chris Wilson <<a href="mailto:chris@chris-wilson.co.uk">chris@chris-wilson.co.uk</a>><br></blockquote><div><br><br>
Reviewed-by: Eugeni Dodonov <<a href="mailto:eugeni.dodonov@intel.com">eugeni.dodonov@intel.com</a>><br>
<br clear="all"></div></div><br>-- <br>Eugeni Dodonov<a href="http://eugeni.dodonov.net/" target="_blank"><br></a><br>