Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dvirtio-gpu-pci.c36 if (virtio_gpu_hostmem_enabled(g->conf)) { in virtio_gpu_pci_base_realize()
H A Dvirtio-vga.c120 if (!virtio_gpu_hostmem_enabled(g->conf)) { in virtio_vga_base_realize()
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-gpu.h118 #define virtio_gpu_hostmem_enabled(_cfg) \ macro