tests: estbalish drv_ prefix

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter 2013-11-02 12:22:37 +01:00
parent d983f99345
commit c32032111a
8 changed files with 8 additions and 6 deletions

2
tests/.gitignore vendored
View File

@ -1,6 +1,7 @@
# Please keep sorted alphabetically # Please keep sorted alphabetically
ddi_compute_wrpll ddi_compute_wrpll
debugfs_pipe_crc debugfs_pipe_crc
drv_suspend
drm_get_client_auth drm_get_client_auth
drm_vma_limiter drm_vma_limiter
drm_vma_limiter_cached drm_vma_limiter_cached
@ -74,7 +75,6 @@ gem_storedw_loop_bsd
gem_storedw_loop_render gem_storedw_loop_render
gem_storedw_loop_vebox gem_storedw_loop_vebox
gem_stress gem_stress
gem_suspend
gem_threaded_access_tiled gem_threaded_access_tiled
gem_tiled_blits gem_tiled_blits
gem_tiled_fence_blits gem_tiled_fence_blits

View File

@ -18,6 +18,7 @@ endif
TESTS_progs_M = \ TESTS_progs_M = \
debugfs_pipe_crc \ debugfs_pipe_crc \
drv_suspend \
gem_basic \ gem_basic \
gem_caching \ gem_caching \
gem_concurrent_blit \ gem_concurrent_blit \
@ -47,7 +48,6 @@ TESTS_progs_M = \
gem_ringfill \ gem_ringfill \
gem_set_tiling_vs_blt \ gem_set_tiling_vs_blt \
gem_storedw_batches_loop \ gem_storedw_batches_loop \
gem_suspend \
gem_tiled_blits \ gem_tiled_blits \
gem_tiled_partial_pwrite_pread \ gem_tiled_partial_pwrite_pread \
gem_write_read_ring_switch \ gem_write_read_ring_switch \
@ -131,14 +131,14 @@ TESTS_scripts_M = \
TESTS_scripts = \ TESTS_scripts = \
debugfs_emon_crash \ debugfs_emon_crash \
debugfs_reader \ drv_debugfs_reader \
module_reload \ drv_hangman \
drv_missed_irq_hang \
drv_module_reload \
sysfs_edid_timing \ sysfs_edid_timing \
sysfs_l3_parity \ sysfs_l3_parity \
test_rte_check \ test_rte_check \
tools_test \ tools_test \
ZZ_hangman \
ZZ_missed_irq \
$(NULL) $(NULL)
# This target contains testcases which support automagic subtest enumeration # This target contains testcases which support automagic subtest enumeration

View File

@ -17,6 +17,8 @@ gem_: Used for all kinds of GEM tests.
prime_: Used for buffer sharing tests, both for self-importing (used by prime_: Used for buffer sharing tests, both for self-importing (used by
dri3/wayland) and actual multi-gpu tests. dri3/wayland) and actual multi-gpu tests.
drv_: Tests for overall driver behaviour like module reload, s/r, debugfs files.
gen3_: Used by Chris' gen3 specific tiling/fencing tests. Generally tests that gen3_: Used by Chris' gen3 specific tiling/fencing tests. Generally tests that
only run on some platforms don't have a specific prefix but just skip on only run on some platforms don't have a specific prefix but just skip on
platforms where the test doesn't apply. platforms where the test doesn't apply.