Lines Matching defs:pipes
1486 static bool pipe_has_writeback_connector(struct device *dev, struct pipe_arg *pipes,
1493 struct pipe_arg *pipe = &pipes[j];
1559 struct pipe_arg *pipes;
1576 pipes = calloc(connected, sizeof(struct pipe_arg));
1577 if (!pipes)
1585 if (pipe_attempt_connector(dev, con, &pipes[attempted]) < 0) {
1592 *out_pipes = pipes;
1619 struct pipe_arg *pipes;
1628 pipes = *pipe_args;
1630 pipes = *pipe_args;
1633 struct pipe_arg *pipe = &pipes[i];
1647 struct pipe_arg *pipe = &pipes[i];
1667 if (bo_fb_create(dev->fd, pipes[0].fourcc, dev->mode.width, dev->mode.height,
1673 struct pipe_arg *pipe = &pipes[i];
1731 static void writeback_config(struct device *dev, struct pipe_arg *pipes, unsigned int count)
1737 struct pipe_arg *pipe = &pipes[j];
1746 bo_fb_create(dev->fd, pipes[j].fourcc,
1783 static void dump_output_fb(struct device *dev, struct pipe_arg *pipes, char *dump_path,
1790 struct pipe_arg *pipe = &pipes[j];
1800 static void atomic_clear_mode(struct device *dev, struct pipe_arg *pipes, unsigned int count)
1806 struct pipe_arg *pipe = &pipes[i];
1837 static void set_cursors(struct device *dev, struct pipe_arg *pipes, unsigned int count)
1867 struct pipe_arg *pipe = &pipes[i];
1890 static void test_page_flip(struct device *dev, struct pipe_arg *pipes, unsigned int count)
1898 if (bo_fb_create(dev->fd, pipes[0].fourcc, dev->mode.width, dev->mode.height,
1903 struct pipe_arg *pipe = &pipes[i];
2137 fprintf(stderr, "\t-p\tlist CRTCs and planes (pipes)\n");