Reviewed-by: Alex Deucher <alexander.deuc...@amd.com>

________________________________
From: amd-gfx <amd-gfx-boun...@lists.freedesktop.org> on behalf of likun Gao 
<likun....@amd.com>
Sent: Tuesday, August 14, 2018 7:10:10 AM
To: amd-gfx@lists.freedesktop.org
Cc: Gao, Likun
Subject: [PATCH libdrm] amdgpu: Disable deadlock test suite for RV/RV2/PCO

From: Likun Gao <likun....@amd.com>

disable deadlock test suite for RV/RV2/PCO

Signed-off-by: Likun Gao <likun....@amd.com>
---
 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 1eb5761..304482d 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;
         }
--
2.7.4

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to