Re: [PATCH v2 6/6] virtio-gpu: Support DRM native context

2024-10-20 Thread Dmitry Osipenko
On 10/18/24 08:33, Akihiko Odaki wrote: >> diff --git a/hw/display/virtio-gpu.c b/hw/display/virtio-gpu.c >> index 0d1de7dc398c..cfd4ed8a104f 100644 >> --- a/hw/display/virtio-gpu.c >> +++ b/hw/display/virtio-gpu.c >> @@ -1521,6 +1521,21 @@ void virtio_gpu_device_realize(DeviceState >> *qdev, Error

Re: [PATCH v2 6/6] virtio-gpu: Support DRM native context

2024-10-17 Thread Akihiko Odaki
On 2024/10/15 13:32, Dmitry Osipenko wrote: Add support for DRM native contexts to VirtIO-GPU. DRM context is enabled using a new virtio-gpu-gl device option "drm=on". Unlike Virgl and Venus contexts that operate on application API level, DRM native contexts work on a kernel UAPI level. This low

[PATCH v2 6/6] virtio-gpu: Support DRM native context

2024-10-14 Thread Dmitry Osipenko
Add support for DRM native contexts to VirtIO-GPU. DRM context is enabled using a new virtio-gpu-gl device option "drm=on". Unlike Virgl and Venus contexts that operate on application API level, DRM native contexts work on a kernel UAPI level. This lower level results in a lightweight context impl