Reviewed-by: Feifei Xu <[email protected]>


-----Original Message-----
From: amd-gfx <[email protected]> On Behalf Of Cui, Flora
Sent: Tuesday, July 23, 2019 10:03 AM
To: [email protected]
Cc: Cui, Flora <[email protected]>
Subject: [PATCH libdrm] tests/amdgpu: disable reset test for now

ASIC hang randomly.

Signed-off-by: Flora Cui <[email protected]>
---
 tests/amdgpu/amdgpu_test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/amdgpu/amdgpu_test.c b/tests/amdgpu/amdgpu_test.c index 
6f1e372..a4ce8ce 100644
--- a/tests/amdgpu/amdgpu_test.c
+++ b/tests/amdgpu/amdgpu_test.c
@@ -482,7 +482,7 @@ static void amdgpu_disable_suites()
                        fprintf(stderr, "test deactivation failed - %s\n", 
CU_get_error_msg());
 
        /* This test was ran on GFX9 only */
-       if (family_id < AMDGPU_FAMILY_AI || family_id > AMDGPU_FAMILY_RV)
+       //if (family_id < AMDGPU_FAMILY_AI || family_id > AMDGPU_FAMILY_RV)
                if (amdgpu_set_test_active(BASIC_TESTS_STR, "GPU reset Test", 
CU_FALSE))
                        fprintf(stderr, "test deactivation failed - %s\n", 
CU_get_error_msg());  }
--
2.7.4

_______________________________________________
amd-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/amd-gfx
_______________________________________________
amd-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to