Home
last modified time | relevance | path

Searched refs:dma_buf_fd1 (Results 1 – 2 of 2) sorted by relevance

/external/igt-gpu-tools/tests/
Dprime_self_import.c88 int dma_buf_fd1, dma_buf_fd2; in test_with_fd_dup() local
97 dma_buf_fd1 = prime_handle_to_fd(fd1, handle); in test_with_fd_dup()
100 dma_buf_fd2 = dup(dma_buf_fd1); in test_with_fd_dup()
101 close(dma_buf_fd1); in test_with_fd_dup()
149 int dma_buf_fd1, dma_buf_fd2; in test_with_one_bo_two_files() local
155 dma_buf_fd1 = prime_handle_to_fd(fd1, handle_orig); in test_with_one_bo_two_files()
168 close(dma_buf_fd1); in test_with_one_bo_two_files()
Dprime_mmap.c446 int dma_buf_fd1, dma_buf_fd2; in test_aperture_limit() local
456 dma_buf_fd1 = prime_handle_to_fd(fd, handle1); in test_aperture_limit()
458 ptr1 = mmap(NULL, size1, PROT_READ, MAP_SHARED, dma_buf_fd1, 0); in test_aperture_limit()
474 close(dma_buf_fd1); in test_aperture_limit()