Lines Matching refs:fourcc
201 static void dump_fourcc(uint32_t fourcc)
203 char *name = drmGetFormatName(fourcc);
822 unsigned int fourcc;
845 unsigned int fourcc;
1149 static void set_gamma(struct device *dev, unsigned crtc_id, unsigned fourcc)
1157 info = util_format_info_find(fourcc);
1195 bo_fb_create(int fd, unsigned int fourcc, const uint32_t w, const uint32_t h,
1202 bo = bo_create(fd, fourcc, w, h, handles, pitches, offsets, pat);
1207 if (drmModeAddFB2(fd, w, h, fourcc, handles, pitches, offsets, &fb_id, 0)) {
1242 if (bo_fb_create(dev->fd, p->fourcc, p->w, p->h,
1304 if (!format_support(ovr, p->fourcc))
1324 if (bo_fb_create(dev->fd, p->fourcc, p->w, p->h,
1363 set_gamma(dev, p[i].crtc_id, p[i].fourcc);
1516 pipe->fourcc = util_format_fourcc(pipe->format_str);
1667 if (bo_fb_create(dev->fd, pipes[0].fourcc, dev->mode.width, dev->mode.height,
1704 set_gamma(dev, pipe->crtc_id, pipe->fourcc);
1720 .fourcc = util_format_fourcc(pipe->format_str),
1746 bo_fb_create(dev->fd, pipes[j].fourcc,
1898 if (bo_fb_create(dev->fd, pipes[0].fourcc, dev->mode.width, dev->mode.height,
2040 pipe->fourcc = util_format_fourcc(pipe->format_str);
2041 if (pipe->fourcc == 0) {
2097 plane->fourcc = util_format_fourcc(plane->format_str);
2098 if (plane->fourcc == 0) {