Re: [PATCH v11 04/10] virtio-gpu: Support asynchronous fencing

2025-04-28 Thread Sean Christopherson
On Sun, Apr 27, 2025, Alex Bennée wrote: > 刘聪 writes: > > > Hi Dmitry, > > > > The virglrender patch can fix the virgl issue, but the native context still > > fails to run on my machine. I'm not sure if anyone has successfully run it > > on an ARM64 machine before. > > > > When running with Venu

Re: [PATCH v11 04/10] virtio-gpu: Support asynchronous fencing

2025-04-28 Thread Alex Bennée
liucong2...@phytium.com.cn writes: > I user Phytium D3000 8 Core, and I am not sure if it has a broken PCI. > > https://www.cpubenchmark.net/cpu.php?cpu=ARM+Phytium+D3000+8+Core+2500+MHz Ahh - looks totally unrelated to the Altera platform so hopefully that isn't an issue. Apparently a lot of the

Re: Re: [PATCH v11 04/10] virtio-gpu: Support asynchronous fencing

2025-04-28 Thread liucong2565
.com, xenia.ragiada...@amd.com, > zzyi...@chromium.org > Subject: Re: [PATCH v11 04/10] virtio-gpu: Support asynchronous fencing > > Dmitry Osipenko writes: > > > On 4/27/25 14:53, 刘聪 wrote: > >> Hi Dmitry, > >> > >> The virglrender patch ca

Re: [PATCH v11 04/10] virtio-gpu: Support asynchronous fencing

2025-04-28 Thread Alex Bennée
Dmitry Osipenko writes: > On 4/27/25 14:53, 刘聪 wrote: >> Hi Dmitry, >> >> The virglrender patch can fix the virgl issue, but the native context still >> fails to run on my machine. >> I'm not sure if anyone has successfully run it on an ARM64 machine before. > > Thanks for the testing! > >> Whe

Re: [PATCH v11 04/10] virtio-gpu: Support asynchronous fencing

2025-04-27 Thread Dmitry Osipenko
On 4/27/25 14:53, 刘聪 wrote: > Hi Dmitry, > > The virglrender patch can fix the virgl issue, but the native context still > fails to run on my machine. > I'm not sure if anyone has successfully run it on an ARM64 machine before. Thanks for the testing! > When running with Venus, the virtual mach

Re: [PATCH v11 04/10] virtio-gpu: Support asynchronous fencing

2025-04-27 Thread Alex Bennée
...@linaro.org, >> pierre-eric.pelloux-pra...@amd.com, qemu-devel@nongnu.org, >> ray.hu...@amd.com, robdcl...@gmail.com, roger@citrix.com, >> s...@redhat.com, stefano.stabell...@amd.com, >> xenia.ragiada...@amd.com, zzyi...@chromium.org >> Subject: Re: [PATCH v11 04/10] vi

Re: Re: [PATCH v11 04/10] virtio-gpu: Support asynchronous fencing

2025-04-27 Thread 刘聪
, xenia.ragiada...@amd.com, > zzyi...@chromium.org > Subject: Re: [PATCH v11 04/10] virtio-gpu: Support asynchronous fencing > > On 4/14/25 17:47, Dmitry Osipenko wrote: > > On 4/11/25 04:42, 刘聪 wrote: > >> > >> > >> > >>> -Original Messages---

Re: [PATCH v11 04/10] virtio-gpu: Support asynchronous fencing

2025-04-26 Thread Dmitry Osipenko
edhat.com, >>> marcandre.lur...@redhat.com, m...@redhat.com, pbonz...@redhat.com, >>> phi...@linaro.org, pierre-eric.pelloux-pra...@amd.com, >>> qemu-devel@nongnu.org, ray.hu...@amd.com, robdcl...@gmail.com, >>> roger@citrix.com, s...@redhat.com, stefan

Re: [PATCH v11 04/10] virtio-gpu: Support asynchronous fencing

2025-04-14 Thread Dmitry Osipenko
phi...@linaro.org, pierre-eric.pelloux-pra...@amd.com, >> qemu-devel@nongnu.org, ray.hu...@amd.com, robdcl...@gmail.com, >> roger@citrix.com, s...@redhat.com, stefano.stabell...@amd.com, >> xenia.ragiada...@amd.com, zzyi...@chromium.org >> Subject: Re: [PATCH v11 04

Re: Re: [PATCH v11 04/10] virtio-gpu: Support asynchronous fencing

2025-04-10 Thread 刘聪
, > ray.hu...@amd.com, robdcl...@gmail.com, roger@citrix.com, > s...@redhat.com, stefano.stabell...@amd.com, xenia.ragiada...@amd.com, > zzyi...@chromium.org > Subject: Re: [PATCH v11 04/10] virtio-gpu: Support asynchronous fencing > > 10.04.2025 12:54, Cong Liu пишет: >

Re: [PATCH v11 04/10] virtio-gpu: Support asynchronous fencing

2025-04-10 Thread Dmitry Osipenko
10.04.2025 12:54, Cong Liu пишет: > I discovered that on an ARM64 environment, the 'virtio-gpu: Support > asynchronous fencing' patch causes the virtual machine GUI to fail to > display. Rolling back this patch and using virgl allows the virtual machine > to start normally. When the VM screen is

Re: [PATCH v11 04/10] virtio-gpu: Support asynchronous fencing

2025-04-10 Thread Cong Liu
I discovered that on an ARM64 environment, the 'virtio-gpu: Support asynchronous fencing' patch causes the virtual machine GUI to fail to display. Rolling back this patch and using virgl allows the virtual machine to start normally. When the VM screen is black, I can see some errors in QEMU. I u

[PATCH v11 04/10] virtio-gpu: Support asynchronous fencing

2025-03-11 Thread Dmitry Osipenko
Support asynchronous fencing feature of virglrenderer. It allows Qemu to handle fence as soon as it's signalled instead of periodically polling the fence status. This feature is required for enabling DRM context support in Qemu because legacy fencing mode isn't supported for DRM contexts in virglre