Home | History | Annotate | Download | only in freedreno

Lines Matching defs:fence_fd

41 	int fence_fd;
47 if (fence->fence_fd != -1)
48 close(fence->fence_fd);
67 if (fence->fence_fd != -1) {
68 int ret = sync_wait(fence->fence_fd, timeout / 1000000);
90 if (sync_accumulate("freedreno", &batch->in_fence_fd, fence->fence_fd)) {
98 return dup(fence->fence_fd);
102 uint32_t timestamp, int fence_fd)
115 fence->fence_fd = fence_fd;