diff options
| author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2012-10-09 19:29:02 +0200 |
|---|---|---|
| committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2012-10-09 19:29:02 +0200 |
| commit | 1431938c5c00786130a6870277a376009c34579f (patch) | |
| tree | b43756b9395a4bc94798ee7a22b940261e836cc6 /tests/ZZ_hangman | |
| parent | 5f94468f520ba790215a352a3f824b9580e268a7 (diff) | |
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.
Diffstat (limited to 'tests/ZZ_hangman')
| -rwxr-xr-x | tests/ZZ_hangman | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ZZ_hangman b/tests/ZZ_hangman index b8f4a682..cf719722 100755 --- a/tests/ZZ_hangman +++ b/tests/ZZ_hangman @@ -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" |
