mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-23 07:46:15 +00:00
tests/pm_pc8 -> pm_rpm rename
Plus naming convention for runtime pm tests to have "rpm" somewhere in their tests. Note that all the pc8-specific tests (for e.g. residency or similar) already have pc8 in their subtest names, so we don't lose any information here. Cc: "Yang, Guang A" <guang.a.yang@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
7357639397
commit
1c9a5b1a7b
2
tests/.gitignore
vendored
2
tests/.gitignore
vendored
@ -125,7 +125,7 @@ kms_render
|
|||||||
kms_setmode
|
kms_setmode
|
||||||
multi-tests.txt
|
multi-tests.txt
|
||||||
pm_lpsp
|
pm_lpsp
|
||||||
pm_pc8
|
pm_rpm
|
||||||
pm_psr
|
pm_psr
|
||||||
pm_rc6_residency
|
pm_rc6_residency
|
||||||
pm_rps
|
pm_rps
|
||||||
|
@ -30,7 +30,7 @@ endef
|
|||||||
skip_tests_list :=
|
skip_tests_list :=
|
||||||
skip_tests_list += gem_seqno_wrap
|
skip_tests_list += gem_seqno_wrap
|
||||||
skip_tests_list += testdisplay # needs glib.h
|
skip_tests_list += testdisplay # needs glib.h
|
||||||
skip_tests_list += pm_pc8
|
skip_tests_list += pm_rpm
|
||||||
skip_tests_list += kms_render # needs glib.h
|
skip_tests_list += kms_render # needs glib.h
|
||||||
skip_tests_list += gem_exec_params # needs macro that's missing from external/PRIVATE/drm/include/drmi915_drm.h
|
skip_tests_list += gem_exec_params # needs macro that's missing from external/PRIVATE/drm/include/drmi915_drm.h
|
||||||
|
|
||||||
|
@ -69,7 +69,7 @@ TESTS_progs_M = \
|
|||||||
kms_render \
|
kms_render \
|
||||||
kms_setmode \
|
kms_setmode \
|
||||||
pm_lpsp \
|
pm_lpsp \
|
||||||
pm_pc8 \
|
pm_rpm \
|
||||||
pm_rps \
|
pm_rps \
|
||||||
prime_self_import \
|
prime_self_import \
|
||||||
template \
|
template \
|
||||||
|
@ -67,3 +67,5 @@ suffixes. They're a bit inconsistent and historically grown, but they new Bspec
|
|||||||
names (RCS, BCS, VCS and VECS) aren't really clearer.
|
names (RCS, BCS, VCS and VECS) aren't really clearer.
|
||||||
|
|
||||||
exec: Tests that exercise the execbuf code in various ways.
|
exec: Tests that exercise the execbuf code in various ways.
|
||||||
|
|
||||||
|
rpm: Runtime PM tests.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user