Lines Matching refs:format
356 static void bochs_hw_setformat(struct bochs_device *bochs, const struct drm_format_info *format)
363 DRM_DEBUG_DRIVER("format %c%c%c%c\n",
364 (format->format >> 0) & 0xff,
365 (format->format >> 8) & 0xff,
366 (format->format >> 16) & 0xff,
367 (format->format >> 24) & 0xff);
369 switch (format->format) {
378 DRM_ERROR("%s: Huh? Got framebuffer format 0x%x",
379 __func__, format->format);
436 bochs_hw_setformat(bochs, state->fb->format);