mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-26 23:50:29 +00:00
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:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user