mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-23 06:13:04 +00:00
tests: add core_setmaster_vs_auth
Tests that master state isn't leaked to new masters by checking that auth magics for the old master don't work any more. Based upon a simple test program provided by Thomas. v2: Use comment Thomas suggested on intel-gfx. Cc: Thomas Hellstrom <thellstrom@vmware.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
This commit is contained in:
@@ -5,6 +5,7 @@ core_getclient
|
|||||||
core_getstats
|
core_getstats
|
||||||
core_getversion
|
core_getversion
|
||||||
core_prop_blob
|
core_prop_blob
|
||||||
|
core_setmaster_vs_auth
|
||||||
drm_import_export
|
drm_import_export
|
||||||
drm_read
|
drm_read
|
||||||
drm_vma_limiter
|
drm_vma_limiter
|
||||||
|
|||||||
@@ -103,6 +103,7 @@ TESTS_progs = \
|
|||||||
core_getstats \
|
core_getstats \
|
||||||
core_getversion \
|
core_getversion \
|
||||||
core_prop_blob \
|
core_prop_blob \
|
||||||
|
core_setmaster_vs_auth \
|
||||||
drm_import_export \
|
drm_import_export \
|
||||||
drm_read \
|
drm_read \
|
||||||
drm_vma_limiter \
|
drm_vma_limiter \
|
||||||
|
|||||||
Reference in New Issue
Block a user