Lines Matching refs:pixel_format
33 uint32_t pixel_format; member
72 pixel_formats[nformats++] = formats[i].pixel_format; in omap_framebuffer_get_formats()
108 int i, n = drm_format_num_planes(fb->pixel_format); in omap_framebuffer_destroy()
253 int ret, i, n = drm_format_num_planes(fb->pixel_format); in omap_framebuffer_pin()
293 int i, n = drm_format_num_planes(fb->pixel_format); in omap_framebuffer_unpin()
316 if (p >= drm_format_num_planes(fb->pixel_format)) in omap_framebuffer_bo()
352 int i, n = drm_format_num_planes(fb->pixel_format); in omap_framebuffer_describe()
355 (char *)&fb->pixel_format); in omap_framebuffer_describe()
373 ret = objects_lookup(dev, file, mode_cmd->pixel_format, in omap_framebuffer_create()
380 int i, n = drm_format_num_planes(mode_cmd->pixel_format); in omap_framebuffer_create()
394 int ret, i, n = drm_format_num_planes(mode_cmd->pixel_format); in omap_framebuffer_init()
398 (char *)&mode_cmd->pixel_format); in omap_framebuffer_init()
401 if (formats[i].pixel_format == mode_cmd->pixel_format) { in omap_framebuffer_init()
409 (char *)&mode_cmd->pixel_format); in omap_framebuffer_init()