From: Michel Dänzer <[email protected]>

Hangs my Cape Verde.

Signed-off-by: Michel Dänzer <[email protected]>
---
 tests/amdgpu/deadlock_tests.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/amdgpu/deadlock_tests.c b/tests/amdgpu/deadlock_tests.c
index cd34cdf6..a576fb84 100644
--- a/tests/amdgpu/deadlock_tests.c
+++ b/tests/amdgpu/deadlock_tests.c
@@ -96,7 +96,8 @@ CU_BOOL suite_deadlock_tests_enable(void)
                                             &minor_version, &device_handle))
                return CU_FALSE;
 
-       if (device_handle->info.family_id == AMDGPU_FAMILY_AI) {
+       if (device_handle->info.family_id == AMDGPU_FAMILY_AI ||
+           device_handle->info.family_id == AMDGPU_FAMILY_SI) {
                printf("\n\nCurrently hangs the CP on this ASIC, deadlock suite 
disabled\n");
                enable = CU_FALSE;
        }
-- 
2.15.1

_______________________________________________
amd-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to