OSDN Git Service

amdgpu: Disable deadlock test suite for RV
authorLikun Gao <Likun.Gao@amd.com>
Tue, 14 Aug 2018 11:10:10 +0000 (19:10 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 16 Aug 2018 18:45:20 +0000 (13:45 -0500)
disable deadlock test suite for RV

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Likun Gao <Likun.Gao@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
tests/amdgpu/deadlock_tests.c

index 1eb5761..304482d 100644 (file)
@@ -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;
        }