Home
last modified time | relevance | path

Searched refs:GRAPHIC_FLAGS_DMABUF (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/display/
H A Dvirtio-gpu-base.c155 flags |= GRAPHIC_FLAGS_DMABUF; in virtio_gpu_get_flags()
/openbmc/qemu/include/ui/
H A Dconsole.h363 GRAPHIC_FLAGS_DMABUF = 1 << 1, enumerator
/openbmc/qemu/hw/vfio/
H A Ddisplay.c347 return GRAPHIC_FLAGS_GL | GRAPHIC_FLAGS_DMABUF; in vfio_display_get_flags()
/openbmc/qemu/ui/
H A Dconsole.c591 if (flags & GRAPHIC_FLAGS_DMABUF && in console_compatible_with()