Lines Matching refs:pixel_format
33 uint32_t pixel_format; member
72 pixel_formats[nformats++] = formats[i].pixel_format; in omap_framebuffer_get_formats()
106 int i, n = drm_format_num_planes(fb->pixel_format); in omap_framebuffer_destroy()
251 int ret, i, n = drm_format_num_planes(fb->pixel_format); in omap_framebuffer_pin()
284 int ret, i, n = drm_format_num_planes(fb->pixel_format); in omap_framebuffer_unpin()
308 if (p >= drm_format_num_planes(fb->pixel_format)) in omap_framebuffer_bo()
344 int i, n = drm_format_num_planes(fb->pixel_format); in omap_framebuffer_describe()
347 (char *)&fb->pixel_format); in omap_framebuffer_describe()
365 ret = objects_lookup(dev, file, mode_cmd->pixel_format, in omap_framebuffer_create()
372 int i, n = drm_format_num_planes(mode_cmd->pixel_format); in omap_framebuffer_create()
386 int ret, i, n = drm_format_num_planes(mode_cmd->pixel_format); in omap_framebuffer_init()
390 (char *)&mode_cmd->pixel_format); in omap_framebuffer_init()
393 if (formats[i].pixel_format == mode_cmd->pixel_format) { in omap_framebuffer_init()
401 (char *)&mode_cmd->pixel_format); in omap_framebuffer_init()