HomeSort by: relevance | last modified time | path
    Searched refs:virtio_gpu_fence_alloc (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/virtio/
virtgpu_fence.c 81 struct virtio_gpu_fence *virtio_gpu_fence_alloc(struct virtio_gpu_device *vgdev) function in typeref:struct:virtio_gpu_fence *
virtgpu_ioctl.c 146 out_fence = virtio_gpu_fence_alloc(vgdev);
250 fence = virtio_gpu_fence_alloc(vgdev);
313 fence = virtio_gpu_fence_alloc(vgdev);
357 fence = virtio_gpu_fence_alloc(vgdev);
virtgpu_drv.h 351 struct virtio_gpu_fence *virtio_gpu_fence_alloc(
virtgpu_plane.c 212 vgfb->fence = virtio_gpu_fence_alloc(vgdev);
virtgpu_vq.c 1145 struct virtio_gpu_fence *fence = virtio_gpu_fence_alloc(vgdev);

Completed in 13 milliseconds