Lines Matching refs:pipes
1049 static void set_mode(struct device *dev, struct pipe_arg *pipes, unsigned int count) in set_mode() argument
1062 struct pipe_arg *pipe = &pipes[i]; in set_mode()
1073 bo = bo_create(dev->fd, pipes[0].fourcc, dev->mode.width, dev->mode.height, in set_mode()
1079 pipes[0].fourcc, handles, pitches, offsets, &fb_id, 0); in set_mode()
1088 struct pipe_arg *pipe = &pipes[i]; in set_mode()
1128 static void set_cursors(struct device *dev, struct pipe_arg *pipes, unsigned int count) in set_cursors() argument
1148 struct pipe_arg *pipe = &pipes[i]; in set_cursors()
1168 static void test_page_flip(struct device *dev, struct pipe_arg *pipes, unsigned int count) in test_page_flip() argument
1177 other_bo = bo_create(dev->fd, pipes[0].fourcc, in test_page_flip()
1184 pipes[0].fourcc, handles, pitches, offsets, in test_page_flip()
1192 struct pipe_arg *pipe = &pipes[i]; in test_page_flip()