Lines Matching refs:fourcc
719 unsigned int fourcc; member
736 unsigned int fourcc; member
1012 plane_bo = bo_create(dev->fd, p->fourcc, p->w, p->h, handles, in set_plane()
1018 if (drmModeAddFB2(dev->fd, p->w, p->h, p->fourcc, in set_plane()
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()
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()
1319 pipe->fourcc = format_fourcc(pipe->format_str); in parse_connector()
1320 if (pipe->fourcc == 0) { in parse_connector()
1374 plane->fourcc = format_fourcc(plane->format_str); in parse_plane()
1375 if (plane->fourcc == 0) { in parse_plane()