projects
/
platform
/
upstream
/
libdrm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a6b743
)
tests/amdgpu: Add return CUE_SUCCESS to suite_vcn_tests_clean.
author
Andrey Grodzovsky
<andrey.grodzovsky@amd.com>
Fri, 15 Dec 2017 18:21:02 +0000
(13:21 -0500)
committer
Andrey Grodzovsky
<andrey.grodzovsky@amd.com>
Fri, 15 Dec 2017 18:30:53 +0000
(13:30 -0500)
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@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
tests/amdgpu/vcn_tests.c
patch
|
blob
|
history
diff --git
a/tests/amdgpu/vcn_tests.c
b/tests/amdgpu/vcn_tests.c
index 53a2d08e2231f2f334e2187195d4a1fe76c6c892..9224bc371a462bea140aa267dc66bcaa1f071f0d 100644
(file)
--- 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)