Lines Matching refs:format
15 #include <linux/media-bus-format.h>
106 if (fb->pitches[0] != mode->hdisplay * fb->format->cpp[0])
109 /* We can't change the FB format in a flicker-free
112 if (old_fb && old_fb->format != fb->format)
237 * Detect grayscale bus format. We do not support a grayscale mode
240 * format.
253 * Note that the ARM hardware's format reader takes 'r' from
256 * the PL110 (LCDC) however uses the standard DRM format.
258 switch (fb->format->format) {
328 WARN_ONCE(true, "Unknown FB format 0x%08x\n",
329 fb->format->format);
347 priv->variant_display_enable(drm, fb->format->format);