mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-25 16:56:35 +00:00
tests: establish core_ prefix
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
51dc087864
commit
682b674a67
@ -63,6 +63,9 @@ TESTS_progs_M = \
|
||||
$(NULL)
|
||||
|
||||
TESTS_progs = \
|
||||
core_getclient \
|
||||
core_getstats \
|
||||
core_getversion \
|
||||
drm_get_client_auth \
|
||||
drm_vma_limiter \
|
||||
drm_vma_limiter_cached \
|
||||
@ -116,9 +119,6 @@ TESTS_progs = \
|
||||
gen3_render_mixed_blits \
|
||||
gen3_render_tiledx_blits \
|
||||
gen3_render_tiledy_blits \
|
||||
getclient \
|
||||
getstats \
|
||||
getversion \
|
||||
prime_udl \
|
||||
pm_rc6_residency \
|
||||
pm_rps \
|
||||
|
@ -7,6 +7,8 @@ naming scheme for tests and subtests.
|
||||
Test Prefixes
|
||||
-------------
|
||||
|
||||
core_: Test for core drm ioctls and behaviour.
|
||||
|
||||
kms_: Used for modesetting tests.
|
||||
|
||||
drm_: Tests for libdrm behaviour, currently just testing the buffer cache
|
||||
|
Loading…
x
Reference in New Issue
Block a user