tests: establish pm_ prefix
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Sat, 2 Nov 2013 11:27:24 +0000 (12:27 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 4 Nov 2013 18:49:10 +0000 (19:49 +0100)
Imo power management, power consumption and performance are tightly
enough coupled that we can throw them all into one bin.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
tests/.gitignore
tests/Makefile.am
tests/NAMING-CONVENTION
tests/pm_pc8.c [moved from tests/pc8.c with 100% similarity]
tests/pm_rc6_residency.c [moved from tests/sysfs_rc6_residency.c with 100% similarity]
tests/pm_rps.c [moved from tests/sysfs_rps.c with 100% similarity]

index 8df0836..e99b2da 100644 (file)
@@ -106,13 +106,13 @@ kms_cursor_crc
 kms_flip
 kms_render
 kms_setmode
-pc8
+pm_pc8
+pm_rc6_residency
+pm_rps
 prime_nv_api
 prime_nv_pcopy
 prime_nv_test
 prime_self_import
 prime_udl
-sysfs_rc6_residency
-sysfs_rps
 template
 testdisplay
index 94cdcd0..4e2813f 100644 (file)
@@ -57,7 +57,7 @@ TESTS_progs_M = \
        kms_render \
        kms_setmode \
        $(NOUVEAU_TESTS_M) \
-       pc8 \
+       pm_pc8 \
        prime_self_import \
        template \
        $(NULL)
@@ -120,8 +120,8 @@ TESTS_progs = \
        getstats \
        getversion \
        prime_udl \
-       sysfs_rc6_residency \
-       sysfs_rps \
+       pm_rc6_residency \
+       pm_rps \
        $(NULL)
 
 # IMPORTANT: The ZZ_ tests need to be run last!
index c22e4cf..f57033c 100644 (file)
@@ -19,6 +19,9 @@ dri3/wayland) and actual multi-gpu tests.
 
 drv_: Tests for overall driver behaviour like module reload, s/r, debugfs files.
 
+pm_: Tests for power management features like runtime PM, tuning knobs in sysfs
+and also performance tuning features.
+
 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/pc8.c
rename to tests/pm_pc8.c
similarity index 100%
rename from tests/sysfs_rps.c
rename to tests/pm_rps.c