Re: [PATCH] virtio-gpu: update done only on the scanout associated with rect

2022-07-19 Thread Dongwon Kim
On Tue, Jul 19, 2022 at 01:15:26PM +0200, Gerd Hoffmann wrote: > On Fri, May 06, 2022 at 10:09:30AM -0700, Dongwon Kim wrote: > > On Fri, May 06, 2022 at 11:53:22AM +0400, Marc-André Lureau wrote: > > > Hi > > > > > > On Fri, May 6, 2022 at 1:46 AM Dongwon Kim wrote: > > > > > > > It only needs

Re: [PATCH] virtio-gpu: update done only on the scanout associated with rect

2022-07-19 Thread Gerd Hoffmann
On Fri, May 06, 2022 at 10:09:30AM -0700, Dongwon Kim wrote: > On Fri, May 06, 2022 at 11:53:22AM +0400, Marc-André Lureau wrote: > > Hi > > > > On Fri, May 6, 2022 at 1:46 AM Dongwon Kim wrote: > > > > > It only needs to update the scanouts containing the rect area > > > coming with the resourc

Re: [PATCH] virtio-gpu: update done only on the scanout associated with rect

2022-05-06 Thread Dongwon Kim
On Fri, May 06, 2022 at 11:53:22AM +0400, Marc-André Lureau wrote: > Hi > > On Fri, May 6, 2022 at 1:46 AM Dongwon Kim wrote: > > > It only needs to update the scanouts containing the rect area > > coming with the resource-flush request from the guest. > > > > > Cc: Gerd Hoffmann > > Cc: Vivek

Re: [PATCH] virtio-gpu: update done only on the scanout associated with rect

2022-05-06 Thread Marc-André Lureau
Hi On Fri, May 6, 2022 at 1:46 AM Dongwon Kim wrote: > It only needs to update the scanouts containing the rect area > coming with the resource-flush request from the guest. > > Cc: Gerd Hoffmann > Cc: Vivek Kasireddy > Signed-off-by: Dongwon Kim > --- > hw/display/virtio-gpu.c | 3 +++ > 1

[PATCH] virtio-gpu: update done only on the scanout associated with rect

2022-05-05 Thread Dongwon Kim
It only needs to update the scanouts containing the rect area coming with the resource-flush request from the guest. Cc: Gerd Hoffmann Cc: Vivek Kasireddy Signed-off-by: Dongwon Kim --- hw/display/virtio-gpu.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hw/display/virtio-gpu.c b/hw/