Searched refs:xrgb8888_emulation_format (Results 1 – 3 of 3) sorted by relevance
436 const struct drm_format_info *xrgb8888_emulation_format = NULL; in gud_probe() local527 if (!xrgb8888_emulation_format) in gud_probe()528 xrgb8888_emulation_format = info; in gud_probe()532 if (!xrgb8888_emulation_format) in gud_probe()533 xrgb8888_emulation_format = info; in gud_probe()550 if (!num_formats && !xrgb8888_emulation_format) { in gud_probe()559 if (!xrgb8888_supported && xrgb8888_emulation_format) { in gud_probe()560 gdrm->xrgb8888_emulation_format = xrgb8888_emulation_format; in gud_probe()
377 if (format->format == DRM_FORMAT_XRGB8888 && gdrm->xrgb8888_emulation_format) in gud_flush_work()378 format = gdrm->xrgb8888_emulation_format; in gud_flush_work()472 if (format->format == DRM_FORMAT_XRGB8888 && gdrm->xrgb8888_emulation_format) in gud_pipe_check()473 format = gdrm->xrgb8888_emulation_format; in gud_pipe_check()
22 const struct drm_format_info *xrgb8888_emulation_format; member