[PATCH libdrm] tests/amdgpu: Restore return CUE_SUCCESS to suite_vcn_tests_clean.

Christian König christian.koenig at amd.com
Fri Dec 15 18:28:28 UTC 2017


Am 15.12.2017 um 19:27 schrieb Andrey Grodzovsky:
>      fixes: 806d0803600000faecb4025d8e9c7490cb097c25 (amdgpu: Use new suite/test disabling functionality.)
>      bug: https://bugs.freedesktop.org/show_bug.cgi?id=104280
>
> Signed-off-by: Andrey Grodzovsky <andrey.grodzovsky at amd.com>

Reviewed-by: Christian König <christian.koenig at amd.com>

> ---
>   tests/amdgpu/vcn_tests.c | 2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/tests/amdgpu/vcn_tests.c b/tests/amdgpu/vcn_tests.c
> index 53a2d08..9224bc3 100644
> --- a/tests/amdgpu/vcn_tests.c
> +++ b/tests/amdgpu/vcn_tests.c
> @@ -144,6 +144,8 @@ int suite_vcn_tests_clean(void)
>   	r = amdgpu_device_deinitialize(device_handle);
>   	if (r)
>   		return CUE_SCLEAN_FAILED;
> +
> +	return CUE_SUCCESS;
>   }
>   
>   static int submit(unsigned ndw, unsigned ip)



More information about the amd-gfx mailing list