mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-23 14:23:03 +00:00
tests/prime: test dma-buf llseek support
This exercises a proposed patch from Christopher James Halse Rogers. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -85,6 +85,7 @@ int gem_available_fences(int fd);
|
||||
/* prime */
|
||||
int prime_handle_to_fd(int fd, uint32_t handle);
|
||||
uint32_t prime_fd_to_handle(int fd, int dma_buf_fd);
|
||||
off_t prime_get_size(int dma_buf_fd);
|
||||
|
||||
/* generally useful helpers */
|
||||
void igt_fork_signal_helper(void);
|
||||
|
||||
Reference in New Issue
Block a user