mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 08:10:11 +01:00
amdgpu: Disable deadlock test suite by default for SI ASICs
Hangs my Cape Verde. Acked-by: Christian König <christian.koenig@amd.com>
This commit is contained in:
parent
429bb5820d
commit
8e75f5a145
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue