On Tue, Aug 14, 2018 at 07:10:10PM +0800, likun Gao wrote:
> From: Likun Gao <likun....@amd.com>
> 
> disable deadlock test suite for RV/RV2/PCO
> 
> Signed-off-by: Likun Gao <likun....@amd.com>

Reviewed-by: Huang Rui <ray.hu...@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