mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-06-04 00:38:21 +02:00
amdgpu/test: Enable deadlock test for CI family (gfx7)
I retested GPU recovery with Bonaire ASIC and it works. Signed-off-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
This commit is contained in:
parent
b28b823762
commit
ba45adb2a1
1 changed files with 2 additions and 1 deletions
|
|
@ -124,7 +124,8 @@ CU_BOOL suite_deadlock_tests_enable(void)
|
|||
* by default (currently GFX8/9 dGPUS)
|
||||
*/
|
||||
if (device_handle->info.family_id != AMDGPU_FAMILY_VI &&
|
||||
device_handle->info.family_id != AMDGPU_FAMILY_AI) {
|
||||
device_handle->info.family_id != AMDGPU_FAMILY_AI &&
|
||||
device_handle->info.family_id != AMDGPU_FAMILY_CI) {
|
||||
printf("\n\nGPU reset is not enabled for the ASIC, deadlock suite disabled\n");
|
||||
enable = CU_FALSE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue