Home
last modified time | relevance | path

Searched refs:xrgb8888_emulation_format (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/gud/
A Dgud_drv.c427 const struct drm_format_info *xrgb8888_emulation_format = NULL; in gud_probe() local
524 if (!xrgb8888_emulation_format) in gud_probe()
525 xrgb8888_emulation_format = info; in gud_probe()
529 if (!xrgb8888_emulation_format) in gud_probe()
530 xrgb8888_emulation_format = info; in gud_probe()
547 if (!num_formats && !xrgb8888_emulation_format) { in gud_probe()
556 if (!xrgb8888_supported && xrgb8888_emulation_format) { in gud_probe()
557 gdrm->xrgb8888_emulation_format = xrgb8888_emulation_format; in gud_probe()
A Dgud_pipe.c327 if (format->format == DRM_FORMAT_XRGB8888 && gdrm->xrgb8888_emulation_format) in gud_flush_damage()
328 format = gdrm->xrgb8888_emulation_format; in gud_flush_damage()
477 if (format->format == DRM_FORMAT_XRGB8888 && gdrm->xrgb8888_emulation_format) in gud_pipe_check()
478 format = gdrm->xrgb8888_emulation_format; in gud_pipe_check()
A Dgud_internal.h22 const struct drm_format_info *xrgb8888_emulation_format; member

Completed in 24 milliseconds