summaryrefslogtreecommitdiff
path: root/tests/NAMING-CONVENTION
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2013-11-02 12:27:24 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2013-11-04 19:49:10 +0100
commit5738f1952d8b62bb2dea643ae8cfa3c308a45797 (patch)
tree565bdc85f09047338c7feecc803c61cc640b670d /tests/NAMING-CONVENTION
parentc32032111aa701061acb7c3247b6cf7696272501 (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>
Diffstat (limited to 'tests/NAMING-CONVENTION')
-rw-r--r--tests/NAMING-CONVENTION3
1 files changed, 3 insertions, 0 deletions
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.