amdgpu: Disable deadlock test suite for RV
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>main
parent
bc4c9f4422
commit
cc472c5bb3
|
@ -93,7 +93,8 @@ CU_BOOL suite_deadlock_tests_enable(void)
|
||||||
return CU_FALSE;
|
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) {
|
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");
|
printf("\n\nCurrently hangs the CP on this ASIC, deadlock suite disabled\n");
|
||||||
enable = CU_FALSE;
|
enable = CU_FALSE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue