Lines Matching refs:format
105 if (fb->pitches[0] != mode->hdisplay * fb->format->cpp[0]) {
111 * We can't change the FB format in a flicker-free
114 if (old_fb && old_fb->format != fb->format)
132 u32 format = fb->format->format;
184 if (format & DRM_FORMAT_BIG_ENDIAN) {
186 format &= ~DRM_FORMAT_BIG_ENDIAN;
189 switch (format) {
229 dev_err(drm->dev, "Unknown FB format 0x%08x\n",
230 fb->format->format);
274 if (fb->format->format == DRM_FORMAT_YUV420) {