dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] amdgpu/test: Enable deadlock test for CZ family (gfx8)
@ 2020-11-03 11:20 rajib.mahapatra
  0 siblings, 0 replies; only message in thread
From: rajib.mahapatra @ 2020-11-03 11:20 UTC (permalink / raw)
  To: airlied; +Cc: dri-devel, Rajib Mahapatra

From: Rajib Mahapatra <Rajib.Mahapatra@amd.com>

It is enabling the test for Stoney ASIC.

Signed-off-by: Rajib Mahapatra <Rajib.Mahapatra@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 248cc339..c89e51d9 100644
--- a/tests/amdgpu/deadlock_tests.c
+++ b/tests/amdgpu/deadlock_tests.c
@@ -136,7 +136,8 @@ CU_BOOL suite_deadlock_tests_enable(void)
 	 */
 	if (device_handle->info.family_id != AMDGPU_FAMILY_VI &&
 	    device_handle->info.family_id != AMDGPU_FAMILY_AI &&
-	    device_handle->info.family_id != AMDGPU_FAMILY_CI) {
+	    device_handle->info.family_id != AMDGPU_FAMILY_CI &&
+	    device_handle->info.family_id != AMDGPU_FAMILY_CZ) {
 		printf("\n\nGPU reset is not enabled for the ASIC, deadlock suite disabled\n");
 		enable = CU_FALSE;
 	}
-- 
2.17.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-11-03 11:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-03 11:20 [PATCH] amdgpu/test: Enable deadlock test for CZ family (gfx8) rajib.mahapatra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).