mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-27 08:00:20 +00:00
tests/prime_self_import: add subtest to export/import a second gem buffer
Also add a subtest for the fd=handle_to_fd(), fd2=dup(fd), close(fd) case (idea from Kristian Høgsberg). Signed-off-by: Imre Deak <imre.deak@intel.com> v2: - add a new subtest instead of modifying the original test (Daniel) - add a new subtest for testing dup (Kristian) Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
+1
-1
@@ -32,6 +32,7 @@ TESTS_progs_M = \
|
||||
gem_tiled_partial_pwrite_pread \
|
||||
$(NOUVEAU_TESTS_M) \
|
||||
kms_flip \
|
||||
prime_self_import \
|
||||
$(NULL)
|
||||
|
||||
TESTS_progs = \
|
||||
@@ -101,7 +102,6 @@ TESTS_progs = \
|
||||
gem_reg_read \
|
||||
gem_tiling_max_stride \
|
||||
$(NOUVEAU_TESTS) \
|
||||
prime_self_import \
|
||||
prime_udl \
|
||||
$(NULL)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user