Home
last modified time | relevance | path

Searched refs:virtio_gpu (Results 1 – 8 of 8) sorted by relevance

/external/crosvm/devices/src/virtio/gpu/
Dmod.rs8 mod virtio_gpu; module
47 use self::virtio_gpu::VirtioGpu;
207 virtio_gpu: VirtioGpu, field
211 fn new(virtio_gpu: VirtioGpu) -> Frontend { in new()
216 virtio_gpu, in new()
221 self.virtio_gpu.display() in display()
225 self.virtio_gpu.process_display() in process_display()
230 Ok(ResourceRequest::GetBuffer { id }) => self.virtio_gpu.export_resource(id), in process_resource_bridge()
235 Ok(fence_id) => self.virtio_gpu.export_fence(fence_id), in process_resource_bridge()
256 self.virtio_gpu.force_ctx_0(); in process_gpu_command()
[all …]
Dvirtio_gpu.rs141 let mut virtio_gpu = VirtioGpu { in new() localVariable
160 virtio_gpu in new()
166 Some(virtio_gpu) in new()
/external/virglrenderer/perf-testing/Docker/
Dperfetto-guest.cfg11 ftrace_events: "virtio_gpu/virtio_gpu_cmd_queue"
12 ftrace_events: "virtio_gpu/virtio_gpu_cmd_response"
/external/mesa3d/src/gallium/drivers/virgl/
DAndroid.mk42 GALLIUM_TARGET_DRIVERS += virtio_gpu
/external/mesa3d/src/gallium/targets/dri/
Dtarget.c71 DEFINE_LOADER_DRM_ENTRYPOINT(virtio_gpu)
/external/mesa3d/src/gallium/auxiliary/target-helpers/
Ddrm_helper.h264 DRM_DRIVER_DESCRIPTOR(virtio_gpu, virgl_driconf, ARRAY_SIZE(virgl_driconf)) in DRM_DRIVER_DESCRIPTOR() argument
267 DRM_DRIVER_DESCRIPTOR_STUB(virtio_gpu) in DRM_DRIVER_DESCRIPTOR()
/external/mesa3d/docs/relnotes/
D11.1.3.rst190 - virtio_gpu: Add virtio 1.0 PCI ID to driver map
251 - virtio_gpu: Add PCI ID to driver map
D20.2.0.rst3062 - egl: Allow software rendering for vgem/virtio_gpu in platform_device