Lines Matching refs:format
246 const struct drm_format_info *format)
253 DRM_DEBUG_DRIVER("format %c%c%c%c\n",
254 (format->format >> 0) & 0xff,
255 (format->format >> 8) & 0xff,
256 (format->format >> 16) & 0xff,
257 (format->format >> 24) & 0xff);
259 switch (format->format) {
268 DRM_ERROR("%s: Huh? Got framebuffer format 0x%x",
269 __func__, format->format);