Lines Matching defs:pipe
151 struct msm_pipe *msm_pipe = to_msm_pipe(ring->pipe);
174 cmd->ring_bo = fd_bo_new_ring(ring->pipe->dev, 0x8000, 0);
186 cmd->ring_bo = fd_bo_new_ring(ring->pipe->dev, size, 0);
464 struct msm_pipe *msm_pipe = to_msm_pipe(ring->pipe);
466 .flags = msm_pipe->pipe,
516 ret = drmCommandWriteRead(ring->pipe->dev->fd, DRM_MSM_GEM_SUBMIT,
585 if (ring->pipe->gpu_id >= 500) {
692 drm_private struct fd_ringbuffer * msm_ringbuffer_new(struct fd_pipe *pipe,
705 assert(pipe->dev->version >= FD_VERSION_UNLIMITED_CMDS);
711 msm_ring->seqno = ++to_msm_device(pipe->dev)->ring_cnt;
718 ring->pipe = pipe; /* needed in ring_cmd_new() */