summaryrefslogtreecommitdiff
path: root/tests/amdgpu/amdgpu_test.c
diff options
context:
space:
mode:
authorMichel Dänzer <michel.daenzer@amd.com>2018-01-16 16:49:45 +0100
committerMichel Dänzer <michel@daenzer.net>2018-01-26 15:25:17 +0100
commit82aef5f0cbeb5145408f8c5979dc826937d51b7b (patch)
tree203810a33ec2941e294fca5f5ef7fa3929d07a3b /tests/amdgpu/amdgpu_test.c
parent8e75f5a1453b1699b91992493e2d2e2a6236965c (diff)
downloadlibdrm-82aef5f0cbeb5145408f8c5979dc826937d51b7b.tar.gz
libdrm-82aef5f0cbeb5145408f8c5979dc826937d51b7b.tar.bz2
libdrm-82aef5f0cbeb5145408f8c5979dc826937d51b7b.zip
amdgpu: Disable VM test suite by default for SI ASICs
Hangs my Cape Verde. Acked-by: Christian König <christian.koenig@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 8fa3399a..cbeb1ee8 100644
--- a/tests/amdgpu/amdgpu_test.c
+++ b/tests/amdgpu/amdgpu_test.c
@@ -167,7 +167,7 @@ static Suites_Active_Status suites_active_stat[] = {
},
{
.pName = VM_TESTS_STR,
- .pActive = always_active,
+ .pActive = suite_vm_tests_enable,
},
};