Searched refs:dma_buf_fd1 (Results 1 – 2 of 2) sorted by relevance
/external/igt-gpu-tools/tests/ |
D | prime_self_import.c | 88 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()
|
D | prime_mmap.c | 446 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()
|