mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-26 09:16:34 +00:00
tests: Rename core_getparams to drv_getparams
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
This commit is contained in:
parent
ae339f0977
commit
505645c2ab
2
tests/.gitignore
vendored
2
tests/.gitignore
vendored
@ -1,7 +1,6 @@
|
|||||||
# Please keep sorted alphabetically
|
# Please keep sorted alphabetically
|
||||||
core_get_client_auth
|
core_get_client_auth
|
||||||
core_getclient
|
core_getclient
|
||||||
core_getparams
|
|
||||||
core_getstats
|
core_getstats
|
||||||
core_getversion
|
core_getversion
|
||||||
drm_import_export
|
drm_import_export
|
||||||
@ -10,6 +9,7 @@ drm_vma_limiter
|
|||||||
drm_vma_limiter_cached
|
drm_vma_limiter_cached
|
||||||
drm_vma_limiter_cpu
|
drm_vma_limiter_cpu
|
||||||
drm_vma_limiter_gtt
|
drm_vma_limiter_gtt
|
||||||
|
drv_getparams
|
||||||
drv_hangman
|
drv_hangman
|
||||||
drv_suspend
|
drv_suspend
|
||||||
gem_alive
|
gem_alive
|
||||||
|
@ -15,7 +15,7 @@ NOUVEAU_TESTS_M = \
|
|||||||
|
|
||||||
TESTS_progs_M = \
|
TESTS_progs_M = \
|
||||||
core_get_client_auth \
|
core_get_client_auth \
|
||||||
core_getparams \
|
drv_getparams \
|
||||||
drv_suspend \
|
drv_suspend \
|
||||||
drv_hangman \
|
drv_hangman \
|
||||||
gem_bad_reloc \
|
gem_bad_reloc \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user