tests: add big batchbuffer test

... and use it in the hangman to stress the error_state capture a bit more.

Uncovered a bug in the obj->pages ->obj->sg_list rework.
This commit is contained in:
Daniel Vetter
2012-10-09 19:29:02 +02:00
parent 5f94468f52
commit 1431938c5c
4 changed files with 110 additions and 1 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ fi
echo 0xf > i915_ring_stop
echo "rings stopped"
(cd $oldpath; $SOURCE_DIR/gem_exec_nop) > /dev/null
(cd $oldpath; $SOURCE_DIR/gem_exec_big) > /dev/null
if cat i915_error_state | grep -v "no error state collected" > /dev/null ; then
echo "gpu hang correctly dectected"