mesa-drm/tests/amdgpu
Andrey Grodzovsky 670db97dc3 amdgpu: Add deadlock detection test suit.
Adding initial tests for locks detection when SW
scheduler FIFO is full.

The test works by submitting a batch of identical commands which make the CP
stall waiting for condition to become true. The condition is later satisfied
form a helper thread. Other events that happen during this time
might create deadlock situations. One such example is GPU reset
triggered by this stall when  amdgpu_lockup_timeout != 0.

v2:
Increase the delay from 2 to 100 ms.
Comment out the compute test until it's working.
Typos fix.

Signed-off-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
2017-10-04 10:50:02 +02:00
..
amdgpu_test.c amdgpu: Add deadlock detection test suit. 2017-10-04 10:50:02 +02:00
amdgpu_test.h amdgpu: Add deadlock detection test suit. 2017-10-04 10:50:02 +02:00
basic_tests.c amdgpu: make userptr unit test more interesting 2017-10-04 10:47:49 +02:00
bo_tests.c amdgpu: A new option to run tests on render node 2017-01-27 11:56:23 -05:00
cs_tests.c test/amdgpu: fix test failure for SI 2017-08-04 08:27:06 -04:00
deadlock_tests.c amdgpu: Add deadlock detection test suit. 2017-10-04 10:50:02 +02:00
decode_messages.h tests/amdgpu: implement vcn dec unit tests 2017-06-05 10:41:13 -04:00
frame.h tests/amdgpu: add uvd encode unit tests 2017-08-16 16:16:50 -04:00
Makefile.am amdgpu: Add deadlock detection test suit. 2017-10-04 10:50:02 +02:00
uvd_enc_tests.c tests/amdgpu: add uvd encode unit tests 2017-08-16 16:16:50 -04:00
uve_ib.h tests/amdgpu: add uvd encode unit tests 2017-08-16 16:16:50 -04:00
vce_ib.h tests/amdgpu: update vce encRefPic addr mode to tiled 2016-09-30 14:28:03 -04:00
vce_tests.c test/amdgpu: fix test failure for SI 2017-08-04 08:27:06 -04:00
vcn_tests.c tests/amdgpu: implement vcn dec unit tests 2017-06-05 10:41:13 -04:00