Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/gud/
Dgud_drv.c437 const struct drm_format_info *xrgb8888_emulation_format = NULL; in gud_probe() local
534 if (!xrgb8888_emulation_format) in gud_probe()
535 xrgb8888_emulation_format = info; in gud_probe()
539 if (!xrgb8888_emulation_format) in gud_probe()
540 xrgb8888_emulation_format = info; in gud_probe()
557 if (!num_formats && !xrgb8888_emulation_format) { in gud_probe()
566 if (!xrgb8888_supported && xrgb8888_emulation_format) { in gud_probe()
567 gdrm->xrgb8888_emulation_format = xrgb8888_emulation_format; in gud_probe()
Dgud_pipe.c391 if (format->format == DRM_FORMAT_XRGB8888 && gdrm->xrgb8888_emulation_format) in gud_flush_work()
392 format = gdrm->xrgb8888_emulation_format; in gud_flush_work()
486 if (format->format == DRM_FORMAT_XRGB8888 && gdrm->xrgb8888_emulation_format) in gud_pipe_check()
487 format = gdrm->xrgb8888_emulation_format; in gud_pipe_check()
Dgud_internal.h22 const struct drm_format_info *xrgb8888_emulation_format; member