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:
b9600be
)
Revert "tests/amdgpu: Fix unused function warning (v2)"
author
Marek Olšák
<marek.olsak@amd.com>
Tue, 7 Jan 2020 19:44:31 +0000
(14:44 -0500)
committer
Marek Olšák
<marek.olsak@amd.com>
Tue, 7 Jan 2020 19:44:47 +0000
(14:44 -0500)
This reverts commit
4ff499cd85f86a7b5b28f3449de2fbad1b91c795
.
tests/amdgpu/ras_tests.c
patch
|
blob
|
history
diff --git
a/tests/amdgpu/ras_tests.c
b/tests/amdgpu/ras_tests.c
index f745166bb7b4385aebfcda67b1297da83ec69d24..d714be733b1e52627c9b937b4dcc2468b9861d3d 100644
(file)
--- a/
tests/amdgpu/ras_tests.c
+++ b/
tests/amdgpu/ras_tests.c
@@
-881,7
+881,9
@@
CU_TestInfo ras_tests[] = {
{ "ras query test", amdgpu_ras_query_test },
{ "ras inject test", amdgpu_ras_inject_test },
{ "ras disable test", amdgpu_ras_disable_test },
+#if 0
{ "ras enable test", amdgpu_ras_enable_test },
+#endif
CU_TEST_INFO_NULL,
};