/openbmc/qemu/hw/display/ |
H A D | meson.build | 77 if virgl.found() and opengl.found() 79 virtio_gpu_gl_ss.add(when: ['CONFIG_VIRTIO_GPU', virgl, opengl], 80 if_true: [files('virtio-gpu-gl.c', 'virtio-gpu-virgl.c'), pixman, virgl]) 100 if virgl.found() and opengl.found() 102 virtio_gpu_pci_gl_ss.add(when: ['CONFIG_VIRTIO_GPU', 'CONFIG_VIRTIO_PCI', virgl, opengl], 124 if virgl.found() and opengl.found() 126 virtio_vga_gl_ss.add(when: ['CONFIG_VIRTIO_VGA', virgl, opengl],
|
H A D | virtio-gpu-base.c | 245 static const uint32_t virgl = (1 << VIRTIO_GPU_F_VIRGL); in virtio_gpu_base_set_features() local 247 trace_virtio_gpu_features(((features & virgl) == virgl)); in virtio_gpu_base_set_features()
|
H A D | trace-events | 30 virtio_gpu_features(bool virgl) "virgl %d"
|
/openbmc/qemu/contrib/vhost-user-gpu/ |
H A D | meson.build | 2 executable('vhost-user-gpu', files('vhost-user-gpu.c', 'virgl.c', 'vugbm.c'), 3 dependencies: [qemuutil, pixman, gbm, virgl, vhost_user, opengl],
|
H A D | vhost-user-gpu.c | 933 if (vg->virgl) { in vg_handle_ctrl() 997 if (g->virgl) { in vg_process_cursor_cmd() 1159 bool virgl = features & (1 << VIRTIO_GPU_F_VIRGL); in vg_set_features() local 1161 if (virgl && !g->virgl_inited) { in vg_set_features() 1170 g->virgl = virgl; in vg_set_features()
|
H A D | vugpu.h | 140 bool virgl; member
|
/openbmc/openbmc/poky/meta/recipes-graphics/virglrenderer/virglrenderer/ |
H A D | 0001-vrend-Fix-int-conversion-fatal-build-error-with-GCC-.patch | 17 Upstream-Status: Backport [https://gitlab.freedesktop.org/virgl/virglrenderer/-/commit/464deabe4d1b… 20 Part-of: <https://gitlab.freedesktop.org/virgl/virglrenderer/-/merge_requests/1440>
|
/openbmc/qemu/docs/system/devices/ |
H A D | virtio-gpu.rst | 50 Mesa's implementations (LLVMpipe, Lavapipe and virgl below) work out of box 62 When using virgl accelerated graphics mode in the guest, OpenGL API calls 72 .. _virglrenderer: https://gitlab.freedesktop.org/virgl/virglrenderer/ 83 .. _venus: https://gitlab.freedesktop.org/virgl/venus-protocol/
|
/openbmc/qemu/docs/interop/ |
H A D | vhost-user.json | 128 # @virgl: The --virgl command line option is supported. 134 'data': [ 'render-node', 'virgl' ]
|
/openbmc/openbmc/poky/meta/recipes-graphics/virglrenderer/ |
H A D | virglrenderer_1.1.0.bb | 13 SRC_URI = "git://gitlab.freedesktop.org/virgl/virglrenderer.git;branch=main;protocol=https \
|
/openbmc/openbmc/poky/meta/recipes-graphics/mesa/ |
H A D | mesa.inc | 90 ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'opengl egl gles gbm virgl', '', d)} \ 184 PACKAGECONFIG[virgl] = "" 188 GALLIUMDRIVERS:append = "${@bb.utils.contains('PACKAGECONFIG', 'virgl', ',virgl', '', d)}"
|
/openbmc/linux/drivers/gpu/drm/virtio/ |
H A D | virtgpu_object.c | 227 } else if (params->virgl) { in virtio_gpu_object_create()
|
H A D | virtgpu_drv.h | 65 bool virgl; member
|
H A D | virtgpu_ioctl.c | 133 params.virgl = true; in virtio_gpu_resource_create_ioctl()
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.0.17.rst | 78 - oeqa/selftest/runtime_test: only run the virgl tests on qemux86-64 97 - selftest: skip virgl gtk/sdl test on ubuntu 18.04
|
H A D | migration-3.2.rst | 279 .. _migration-3.2-virgl: 284 ``runqemu`` now uses the mesa-native libraries everywhere virgl is used
|
H A D | release-notes-4.0.22.rst | 68 - selftest/runtime_test/virgl: Disable for all fedora
|
H A D | release-notes-4.0.9.rst | 99 - selftest/runtime_test/virgl: Disable for all Rocky Linux
|
H A D | release-notes-4.0.7.rst | 103 - selftest/virgl: use pkg-config from the host
|
H A D | release-notes-4.1.4.rst | 113 - selftest/runtime_test/virgl: Disable for all Rocky Linux
|
H A D | release-notes-4.0.1.rst | 131 - virgl: skip headless test on alma 8.6
|
H A D | migration-4.2.rst | 219 when there is no native/nativesdk opengl/virgl support available.
|
H A D | release-notes-4.0.3.rst | 147 - selftest/runtime_test/virgl: Disable for all almalinux
|
H A D | release-notes-4.1.3.rst | 164 - selftest/virgl: use pkg-config from the host
|
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/ |
H A D | qemu.inc | 161 # Disable kvm/virgl/mesa on targets that do not support it
|