Home
last modified time | relevance | path

Searched defs:virtio_pipe (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/freedreno/drm/virtio/
Dvirtio_priv.h103 struct virtio_pipe { struct
104 struct fd_pipe base;
105 uint32_t pipe;
106 uint32_t gpu_id;
107 uint64_t chip_id;
108 uint64_t gmem_base;
109 uint32_t gmem;
110 uint32_t queue_id;
111 uint32_t ring_idx;
112 struct slab_parent_pool ring_pool;
[all …]
Dvirtio_pipe.c33 struct virtio_pipe *virtio_pipe = to_virtio_pipe(pipe); in query_param() local
76 struct virtio_pipe *virtio_pipe = to_virtio_pipe(pipe); in virtio_pipe_get_param() local
163 struct virtio_pipe *virtio_pipe = to_virtio_pipe(pipe); in open_submitqueue() local
197 struct virtio_pipe *virtio_pipe = to_virtio_pipe(pipe); in virtio_pipe_destroy() local
225 struct virtio_pipe *virtio_pipe = NULL; in virtio_pipe_new() local
Dvirtio_ringbuffer.c55 struct virtio_pipe *virtio_pipe = to_virtio_pipe(fd_submit->base.pipe); in flush_submit_list() local