mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-20 06:16:13 +00:00
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>
This commit is contained in:
parent
c32032111a
commit
5738f1952d
6
tests/.gitignore
vendored
6
tests/.gitignore
vendored
@ -106,13 +106,13 @@ kms_cursor_crc
|
|||||||
kms_flip
|
kms_flip
|
||||||
kms_render
|
kms_render
|
||||||
kms_setmode
|
kms_setmode
|
||||||
pc8
|
pm_pc8
|
||||||
|
pm_rc6_residency
|
||||||
|
pm_rps
|
||||||
prime_nv_api
|
prime_nv_api
|
||||||
prime_nv_pcopy
|
prime_nv_pcopy
|
||||||
prime_nv_test
|
prime_nv_test
|
||||||
prime_self_import
|
prime_self_import
|
||||||
prime_udl
|
prime_udl
|
||||||
sysfs_rc6_residency
|
|
||||||
sysfs_rps
|
|
||||||
template
|
template
|
||||||
testdisplay
|
testdisplay
|
||||||
|
@ -57,7 +57,7 @@ TESTS_progs_M = \
|
|||||||
kms_render \
|
kms_render \
|
||||||
kms_setmode \
|
kms_setmode \
|
||||||
$(NOUVEAU_TESTS_M) \
|
$(NOUVEAU_TESTS_M) \
|
||||||
pc8 \
|
pm_pc8 \
|
||||||
prime_self_import \
|
prime_self_import \
|
||||||
template \
|
template \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
@ -120,8 +120,8 @@ TESTS_progs = \
|
|||||||
getstats \
|
getstats \
|
||||||
getversion \
|
getversion \
|
||||||
prime_udl \
|
prime_udl \
|
||||||
sysfs_rc6_residency \
|
pm_rc6_residency \
|
||||||
sysfs_rps \
|
pm_rps \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
# IMPORTANT: The ZZ_ tests need to be run last!
|
# IMPORTANT: The ZZ_ tests need to be run last!
|
||||||
|
@ -19,6 +19,9 @@ dri3/wayland) and actual multi-gpu tests.
|
|||||||
|
|
||||||
drv_: Tests for overall driver behaviour like module reload, s/r, debugfs files.
|
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
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user