Lines Matching refs:pixel_format
33 uint32_t pixel_format; member
72 pixel_formats[nformats++] = formats[i].pixel_format; in omap_framebuffer_get_formats()
105 int i, n = drm_format_num_planes(fb->pixel_format); in omap_framebuffer_destroy()
262 int ret, i, n = drm_format_num_planes(fb->pixel_format); in omap_framebuffer_pin()
288 int ret, i, n = drm_format_num_planes(fb->pixel_format); in omap_framebuffer_unpin()
307 if (p >= drm_format_num_planes(fb->pixel_format)) in omap_framebuffer_bo()
371 int i, n = drm_format_num_planes(fb->pixel_format); in omap_framebuffer_describe()
374 (char *)&fb->pixel_format); in omap_framebuffer_describe()
392 ret = objects_lookup(dev, file, mode_cmd->pixel_format, in omap_framebuffer_create()
399 int i, n = drm_format_num_planes(mode_cmd->pixel_format); in omap_framebuffer_create()
413 int ret, i, n = drm_format_num_planes(mode_cmd->pixel_format); in omap_framebuffer_init()
417 (char *)&mode_cmd->pixel_format); in omap_framebuffer_init()
420 if (formats[i].pixel_format == mode_cmd->pixel_format) { in omap_framebuffer_init()
428 (char *)&mode_cmd->pixel_format); in omap_framebuffer_init()