Re: [PATCH] virtio-gpu: add a FIXME for virtio_gpu_load()

2023-05-24 Thread Marc-André Lureau
Hi Michael On Fri, May 19, 2023 at 1:35 AM Michael S. Tsirkin wrote: > On Mon, May 15, 2023 at 05:25:18PM +0400, marcandre.lur...@redhat.com > wrote: > > From: Marc-André Lureau > > > > It looks like the virtio_gpu_load() does not compute and set the offset, > > the same way virtio_gpu_set_scan

Re: [PATCH] virtio-gpu: add a FIXME for virtio_gpu_load()

2023-05-18 Thread Michael S. Tsirkin
On Mon, May 15, 2023 at 05:25:18PM +0400, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > It looks like the virtio_gpu_load() does not compute and set the offset, > the same way virtio_gpu_set_scanout() does. This probably results in > incorrect display until the scanout/framebuf

[PATCH] virtio-gpu: add a FIXME for virtio_gpu_load()

2023-05-15 Thread marcandre . lureau
From: Marc-André Lureau It looks like the virtio_gpu_load() does not compute and set the offset, the same way virtio_gpu_set_scanout() does. This probably results in incorrect display until the scanout/framebuffer is updated again, I guess we should fix it, although I haven't checked this yet. S