From cc472c5bb30262defe07d9fb1ef0fe6a020b2ea9 Mon Sep 17 00:00:00 2001 From: Likun Gao Date: Tue, 14 Aug 2018 19:10:10 +0800 Subject: [PATCH] amdgpu: Disable deadlock test suite for RV disable deadlock test suite for RV Reviewed-by: Alex Deucher Reviewed-by: Huang Rui Signed-off-by: Likun Gao Signed-off-by: Alex Deucher --- 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 1eb5761a..304482d7 100644 --- a/tests/amdgpu/deadlock_tests.c +++ b/tests/amdgpu/deadlock_tests.c @@ -93,7 +93,8 @@ CU_BOOL suite_deadlock_tests_enable(void) return CU_FALSE; if (device_handle->info.family_id == AMDGPU_FAMILY_AI || - device_handle->info.family_id == AMDGPU_FAMILY_SI) { + device_handle->info.family_id == AMDGPU_FAMILY_SI || + device_handle->info.family_id == AMDGPU_FAMILY_RV) { printf("\n\nCurrently hangs the CP on this ASIC, deadlock suite disabled\n"); enable = CU_FALSE; }