Lines Matching refs:fourcc
188 static void dump_fourcc(uint32_t fourcc) in bit_name_fn()
191 fourcc, in bit_name_fn()
192 fourcc >> 8, in bit_name_fn()
193 fourcc >> 16, in bit_name_fn()
194 fourcc >> 24); in bit_name_fn()
832 unsigned int fourcc; member
853 unsigned int fourcc; member
1139 static void set_gamma(struct device *dev, unsigned crtc_id, unsigned fourcc) in set_gamma() argument
1146 if (fourcc == DRM_FORMAT_C8) { in set_gamma()
1176 bo_fb_create(int fd, unsigned int fourcc, const uint32_t w, const uint32_t h, in bo_fb_create() argument
1183 bo = bo_create(fd, fourcc, w, h, handles, pitches, offsets, pat); in bo_fb_create()
1188 if (drmModeAddFB2(fd, w, h, fourcc, handles, pitches, offsets, &fb_id, 0)) { in bo_fb_create()
1223 if (bo_fb_create(dev->fd, p->fourcc, p->w, p->h, in atomic_set_plane()
1285 if (!format_support(ovr, p->fourcc)) in set_plane()
1305 if (bo_fb_create(dev->fd, p->fourcc, p->w, p->h, in set_plane()
1344 set_gamma(dev, p[i].crtc_id, p[i].fourcc); in atomic_set_planes()
1479 pipe->fourcc = util_format_fourcc(pipe->format_str); in pipe_attempt_connector()
1626 if (bo_fb_create(dev->fd, pipes[0].fourcc, dev->mode.width, dev->mode.height, in set_mode()
1663 set_gamma(dev, pipe->crtc_id, pipe->fourcc); in set_mode()
1679 .fourcc = util_format_fourcc(pipe->format_str), in set_mode()
1778 if (bo_fb_create(dev->fd, pipes[0].fourcc, dev->mode.width, dev->mode.height, in test_page_flip()
1919 pipe->fourcc = util_format_fourcc(pipe->format_str); in parse_connector()
1920 if (pipe->fourcc == 0) { in parse_connector()
1974 plane->fourcc = util_format_fourcc(plane->format_str); in parse_plane()
1975 if (plane->fourcc == 0) { in parse_plane()