diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-11-02 12:27:24 +0100 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-11-04 19:49:10 +0100 |
commit | 5738f1952d8b62bb2dea643ae8cfa3c308a45797 (patch) | |
tree | 565bdc85f09047338c7feecc803c61cc640b670d | |
parent | c32032111aa701061acb7c3247b6cf7696272501 (diff) |
tests: establish pm_ prefix
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>
-rw-r--r-- | tests/.gitignore | 6 | ||||
-rw-r--r-- | tests/Makefile.am | 6 | ||||
-rw-r--r-- | tests/NAMING-CONVENTION | 3 | ||||
-rw-r--r-- | tests/pm_pc8.c (renamed from tests/pc8.c) | 0 | ||||
-rw-r--r-- | tests/pm_rc6_residency.c (renamed from tests/sysfs_rc6_residency.c) | 0 | ||||
-rw-r--r-- | tests/pm_rps.c (renamed from tests/sysfs_rps.c) | 0 |
6 files changed, 9 insertions, 6 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index 8df08364..e99b2da0 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -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 diff --git a/tests/Makefile.am b/tests/Makefile.am index 94cdcd02..4e2813ff 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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! diff --git a/tests/NAMING-CONVENTION b/tests/NAMING-CONVENTION index c22e4cf8..f57033c0 100644 --- a/tests/NAMING-CONVENTION +++ b/tests/NAMING-CONVENTION @@ -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. diff --git a/tests/pc8.c b/tests/pm_pc8.c index e56a5f8c..e56a5f8c 100644 --- a/tests/pc8.c +++ b/tests/pm_pc8.c diff --git a/tests/sysfs_rc6_residency.c b/tests/pm_rc6_residency.c index 3b873a08..3b873a08 100644 --- a/tests/sysfs_rc6_residency.c +++ b/tests/pm_rc6_residency.c diff --git a/tests/sysfs_rps.c b/tests/pm_rps.c index e663a3cf..e663a3cf 100644 --- a/tests/sysfs_rps.c +++ b/tests/pm_rps.c |