aboutsummaryrefslogtreecommitdiffstats
path: root/tests/amdgpu/amdgpu_test.c
diff options
context:
space:
mode:
authorAndrey Grodzovsky <andrey.grodzovsky@amd.com>2017-11-14 09:02:48 -0500
committerAndrey Grodzovsky <andrey.grodzovsky@amd.com>2017-11-15 23:28:45 -0500
commit18ffe485cdfa41d48b6f2d3080cb990d28c27d57 (patch)
tree54200646226d38514f0d55d253f997b2caf8acf7 /tests/amdgpu/amdgpu_test.c
parent9ad9b7e91ee8af621bb80bb80ecd0f76eba7c51c (diff)
downloadexternal_libdrm-18ffe485cdfa41d48b6f2d3080cb990d28c27d57.tar.gz
external_libdrm-18ffe485cdfa41d48b6f2d3080cb990d28c27d57.tar.bz2
external_libdrm-18ffe485cdfa41d48b6f2d3080cb990d28c27d57.zip
amdgpu: Disable deadlock test suite for Vega 10
The test stalls the CP, until RCA is done the test is disabled to not disrupt regression testing. Signed-off-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
Diffstat (limited to 'tests/amdgpu/amdgpu_test.c')
-rw-r--r--tests/amdgpu/amdgpu_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/amdgpu/amdgpu_test.c b/tests/amdgpu/amdgpu_test.c
index 91010dcc..ee64152e 100644
--- a/tests/amdgpu/amdgpu_test.c
+++ b/tests/amdgpu/amdgpu_test.c
@@ -162,7 +162,7 @@ static Suites_Active_Status suites_active_stat[] = {
},
{
.pName = DEADLOCK_TESTS_STR,
- .pActive = always_active,
+ .pActive = suite_deadlock_tests_enable,
},
{
.pName = VM_TESTS_STR,