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

Reviewed-by: Huang Rui <[email protected]>

> ---
>  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
> [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