mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 13:23:02 +00:00
prime_mmap: Add new test for calling mmap() on dma-buf fds
This test has the following subtests: - test_correct for correctness of the data - test_map_unmap checks for mapping idempotency - test_reprime checks for dma-buf creation idempotency - test_forked checks for multiprocess access - test_refcounting checks for buffer reference counting - test_dup chats that dup()ing the fd works - test_errors checks the error return values for failures - test_aperture_limit tests multiple buffer creation at the gtt aperture limit Signed-off-by: Rob Bradford <rob@linux.intel.com> Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
This commit is contained in:
committed by
Tiago Vignatti
parent
0591af9c76
commit
f493e6d765
@@ -90,6 +90,7 @@ TESTS_progs_M = \
|
||||
pm_rps \
|
||||
pm_rc6_residency \
|
||||
pm_sseu \
|
||||
prime_mmap \
|
||||
prime_self_import \
|
||||
template \
|
||||
$(NULL)
|
||||
|
||||
Reference in New Issue
Block a user