Home
last modified time | relevance | path

Searched refs:virgl (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/qemu/hw/display/
H A Dmeson.build77 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 Dvirtio-gpu-base.c245 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 Dtrace-events30 virtio_gpu_features(bool virgl) "virgl %d"
/openbmc/qemu/contrib/vhost-user-gpu/
H A Dmeson.build2 executable('vhost-user-gpu', files('vhost-user-gpu.c', 'virgl.c', 'vugbm.c'),
3 dependencies: [qemuutil, pixman, gbm, virgl, vhost_user, opengl],
H A Dvhost-user-gpu.c933 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 Dvugpu.h140 bool virgl; member
/openbmc/openbmc/poky/meta/recipes-graphics/virglrenderer/virglrenderer/
H A D0001-vrend-Fix-int-conversion-fatal-build-error-with-GCC-.patch17 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 Dvirtio-gpu.rst50 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 Dvhost-user.json128 # @virgl: The --virgl command line option is supported.
134 'data': [ 'render-node', 'virgl' ]
/openbmc/openbmc/poky/meta/recipes-graphics/virglrenderer/
H A Dvirglrenderer_1.1.0.bb13 SRC_URI = "git://gitlab.freedesktop.org/virgl/virglrenderer.git;branch=main;protocol=https \
/openbmc/openbmc/poky/meta/recipes-graphics/mesa/
H A Dmesa.inc90 ${@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 Dvirtgpu_object.c227 } else if (params->virgl) { in virtio_gpu_object_create()
H A Dvirtgpu_drv.h65 bool virgl; member
H A Dvirtgpu_ioctl.c133 params.virgl = true; in virtio_gpu_resource_create_ioctl()
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.0.17.rst78 - 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 Dmigration-3.2.rst279 .. _migration-3.2-virgl:
284 ``runqemu`` now uses the mesa-native libraries everywhere virgl is used
H A Drelease-notes-4.0.22.rst68 - selftest/runtime_test/virgl: Disable for all fedora
H A Drelease-notes-4.0.9.rst99 - selftest/runtime_test/virgl: Disable for all Rocky Linux
H A Drelease-notes-4.0.7.rst103 - selftest/virgl: use pkg-config from the host
H A Drelease-notes-4.1.4.rst113 - selftest/runtime_test/virgl: Disable for all Rocky Linux
H A Drelease-notes-4.0.1.rst131 - virgl: skip headless test on alma 8.6
H A Dmigration-4.2.rst219 when there is no native/nativesdk opengl/virgl support available.
H A Drelease-notes-4.0.3.rst147 - selftest/runtime_test/virgl: Disable for all almalinux
H A Drelease-notes-4.1.3.rst164 - selftest/virgl: use pkg-config from the host
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/
H A Dqemu.inc161 # Disable kvm/virgl/mesa on targets that do not support it

12