Lines Matching defs:fourcc
188 static void dump_fourcc(uint32_t fourcc)
191 fourcc,
192 fourcc >> 8,
193 fourcc >> 16,
194 fourcc >> 24);
811 unsigned int fourcc;
832 unsigned int fourcc;
1118 static void set_gamma(struct device *dev, unsigned crtc_id, unsigned fourcc)
1125 if (fourcc == DRM_FORMAT_C8) {
1155 bo_fb_create(int fd, unsigned int fourcc, const uint32_t w, const uint32_t h,
1162 bo = bo_create(fd, fourcc, w, h, handles, pitches, offsets, pat);
1167 if (drmModeAddFB2(fd, w, h, fourcc, handles, pitches, offsets, &fb_id, 0)) {
1202 if (bo_fb_create(dev->fd, p->fourcc, p->w, p->h,
1264 if (!format_support(ovr, p->fourcc))
1284 if (bo_fb_create(dev->fd, p->fourcc, p->w, p->h,
1323 set_gamma(dev, p[i].crtc_id, p[i].fourcc);
1458 pipe->fourcc = util_format_fourcc(pipe->format_str);
1605 if (bo_fb_create(dev->fd, pipes[0].fourcc, dev->mode.width, dev->mode.height,
1642 set_gamma(dev, pipe->crtc_id, pipe->fourcc);
1658 .fourcc = util_format_fourcc(pipe->format_str),
1765 if (bo_fb_create(dev->fd, pipes[0].fourcc, dev->mode.width, dev->mode.height,
1906 pipe->fourcc = util_format_fourcc(pipe->format_str);
1907 if (pipe->fourcc == 0) {
1961 plane->fourcc = util_format_fourcc(plane->format_str);
1962 if (plane->fourcc == 0) {