Lines Matching refs:pipes
1501 struct pipe_arg *pipes;
1517 pipes = calloc(connected, sizeof(struct pipe_arg));
1518 if (!pipes)
1526 if (pipe_attempt_connector(dev, con, &pipes[attempted]) < 0) {
1533 *out_pipes = pipes;
1555 static void set_mode(struct device *dev, struct pipe_arg *pipes, unsigned int count)
1562 struct pipe_arg *pipe = &pipes[i];
1580 pipes = pipe_args;
1585 struct pipe_arg *pipe = &pipes[i];
1605 if (bo_fb_create(dev->fd, pipes[0].fourcc, dev->mode.width, dev->mode.height,
1611 struct pipe_arg *pipe = &pipes[i];
1667 static void atomic_clear_mode(struct device *dev, struct pipe_arg *pipes, unsigned int count)
1673 struct pipe_arg *pipe = &pipes[i];
1704 static void set_cursors(struct device *dev, struct pipe_arg *pipes, unsigned int count)
1734 struct pipe_arg *pipe = &pipes[i];
1757 static void test_page_flip(struct device *dev, struct pipe_arg *pipes, unsigned int count)
1765 if (bo_fb_create(dev->fd, pipes[0].fourcc, dev->mode.width, dev->mode.height,
1770 struct pipe_arg *pipe = &pipes[i];
2001 fprintf(stderr, "\t-p\tlist CRTCs and planes (pipes)\n");