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.grodzov...@amd.com>

Reviewed-by: Christian König <christian.koe...@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)

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

Reply via email to