Lines Matching refs:pixel_format
1874 if (fb->pixel_format == plane->format_types[i])
1877 DRM_DEBUG_KMS("Invalid pixel format 0x%08x\n", fb->pixel_format);
2290 r.pixel_format = drm_mode_legacy_fb_format(or->bpp, or->depth);
2319 uint32_t format = r->pixel_format & ~DRM_FORMAT_BIG_ENDIAN;
2395 drm_get_format_name(r->pixel_format));
2399 hsub = drm_format_horz_chroma_subsampling(r->pixel_format);
2400 vsub = drm_format_vert_chroma_subsampling(r->pixel_format);
2401 num_planes = drm_format_num_planes(r->pixel_format);
2416 unsigned int cpp = drm_format_plane_cpp(r->pixel_format, i);
3518 if (crtc->fb->pixel_format != fb->pixel_format) {