From 71b9e68d999be479b560d2930d8325ad627bf4be Mon Sep 17 00:00:00 2001 From: Flora Cui Date: Mon, 18 Mar 2019 15:32:30 +0800 Subject: tests/amdgpu: add bad slow dispatch test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add gfx/compute bad slow dispatch test for gfx9 Signed-off-by: Flora Cui Reviewed-by: Marek Olšák --- tests/amdgpu/amdgpu_test.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/amdgpu/amdgpu_test.h') diff --git a/tests/amdgpu/amdgpu_test.h b/tests/amdgpu/amdgpu_test.h index e1d90253..e0baf549 100644 --- a/tests/amdgpu/amdgpu_test.h +++ b/tests/amdgpu/amdgpu_test.h @@ -237,6 +237,7 @@ CU_BOOL suite_syncobj_timeline_tests_enable(void); extern CU_TestInfo syncobj_timeline_tests[]; void amdgpu_dispatch_hang_helper(amdgpu_device_handle device_handle, uint32_t ip_type); +void amdgpu_dispatch_hang_slow_helper(amdgpu_device_handle device_handle, uint32_t ip_type); /** * Helper functions -- cgit v1.2.3