tests: estbalish drv_ prefix
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Sat, 2 Nov 2013 11:22:37 +0000 (12:22 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 4 Nov 2013 18:49:10 +0000 (19:49 +0100)
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
tests/.gitignore
tests/Makefile.am
tests/NAMING-CONVENTION
tests/drv_debugfs_reader [moved from tests/debugfs_reader with 100% similarity]
tests/drv_hangman [moved from tests/ZZ_hangman with 100% similarity]
tests/drv_missed_irq_hang [moved from tests/ZZ_missed_irq with 100% similarity]
tests/drv_module_reload [moved from tests/module_reload with 100% similarity]
tests/drv_suspend.c [moved from tests/gem_suspend.c with 100% similarity]

index 8ca2549..8df0836 100644 (file)
@@ -1,6 +1,7 @@
 # Please keep sorted alphabetically
 ddi_compute_wrpll
 debugfs_pipe_crc
+drv_suspend
 drm_get_client_auth
 drm_vma_limiter
 drm_vma_limiter_cached
@@ -74,7 +75,6 @@ gem_storedw_loop_bsd
 gem_storedw_loop_render
 gem_storedw_loop_vebox
 gem_stress
-gem_suspend
 gem_threaded_access_tiled
 gem_tiled_blits
 gem_tiled_fence_blits
index e496d69..94cdcd0 100644 (file)
@@ -18,6 +18,7 @@ endif
 
 TESTS_progs_M = \
        debugfs_pipe_crc \
+       drv_suspend \
        gem_basic \
        gem_caching \
        gem_concurrent_blit \
@@ -47,7 +48,6 @@ TESTS_progs_M = \
        gem_ringfill \
        gem_set_tiling_vs_blt \
        gem_storedw_batches_loop \
-       gem_suspend \
        gem_tiled_blits \
        gem_tiled_partial_pwrite_pread \
        gem_write_read_ring_switch \
@@ -131,14 +131,14 @@ TESTS_scripts_M = \
 
 TESTS_scripts = \
        debugfs_emon_crash \
-       debugfs_reader \
-       module_reload \
+       drv_debugfs_reader \
+       drv_hangman \
+       drv_missed_irq_hang \
+       drv_module_reload \
        sysfs_edid_timing \
        sysfs_l3_parity \
        test_rte_check \
        tools_test \
-       ZZ_hangman \
-       ZZ_missed_irq \
        $(NULL)
 
 # This target contains testcases which support automagic subtest enumeration
index 4ae9848..c22e4cf 100644 (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
 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
 only run on some platforms don't have a specific prefix but just skip on
 platforms where the test doesn't apply.
similarity index 100%
rename from tests/ZZ_hangman
rename to tests/drv_hangman
similarity index 100%
rename from tests/module_reload
rename to tests/drv_module_reload
similarity index 100%
rename from tests/gem_suspend.c
rename to tests/drv_suspend.c