[PATCH libdrm] amdgpu: Disable deadlock test suite for RV/RV2/PCO

Deucher, Alexander Alexander.Deucher at amd.com
Tue Aug 14 16:15:15 UTC 2018


Reviewed-by: Alex Deucher <alexander.deucher at amd.com>

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

From: Likun Gao <Likun.Gao at amd.com>

disable deadlock test suite for RV/RV2/PCO

Signed-off-by: Likun Gao <Likun.Gao at 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 at lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/amd-gfx/attachments/20180814/4e55211c/attachment.html>


More information about the amd-gfx mailing list