tests: Rename core_getparams to drv_getparams

Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
This commit is contained in:
Daniel Vetter
2015-03-13 17:57:03 +01:00
parent ae339f0977
commit 505645c2ab
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,6 @@
# Please keep sorted alphabetically
core_get_client_auth
core_getclient
core_getparams
core_getstats
core_getversion
drm_import_export
@@ -10,6 +9,7 @@ drm_vma_limiter
drm_vma_limiter_cached
drm_vma_limiter_cpu
drm_vma_limiter_gtt
drv_getparams
drv_hangman
drv_suspend
gem_alive
+1 -1
View File
@@ -15,7 +15,7 @@ NOUVEAU_TESTS_M = \
TESTS_progs_M = \
core_get_client_auth \
core_getparams \
drv_getparams \
drv_suspend \
drv_hangman \
gem_bad_reloc \