Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dvirtio-gpu-gl.c117 if (!object_resolve_path_type("", TYPE_VIRTIO_GPU_GL, NULL)) { in virtio_gpu_gl_device_realize()
118 error_setg(errp, "at most one %s device is permitted", TYPE_VIRTIO_GPU_GL); in virtio_gpu_gl_device_realize()
163 .name = TYPE_VIRTIO_GPU_GL,
168 module_obj(TYPE_VIRTIO_GPU_GL);
H A Dvirtio-vga-gl.c28 TYPE_VIRTIO_GPU_GL); in virtio_vga_gl_inst_initfn()
H A Dvirtio-gpu-pci-gl.c39 TYPE_VIRTIO_GPU_GL); in virtio_gpu_gl_initfn()
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-gpu.h35 #define TYPE_VIRTIO_GPU_GL "virtio-gpu-gl-device" macro