Re: [PATCH] virtio-gpu: update scanout if there is any area covered by the rect

2022-09-13 Thread Marc-André Lureau
On Fri, Sep 9, 2022 at 5:50 AM Dongwon Kim wrote: > The scanout is currently updated only if the whole rect is inside the > scanout space. This is not a correct condition because the scanout should > be updated even a small area in the scanout space is covered by the rect. > > Cc: Gerd Hoffmann

[PATCH] virtio-gpu: update scanout if there is any area covered by the rect

2022-09-08 Thread Dongwon Kim
The scanout is currently updated only if the whole rect is inside the scanout space. This is not a correct condition because the scanout should be updated even a small area in the scanout space is covered by the rect. Cc: Gerd Hoffmann Signed-off-by: Dongwon Kim --- hw/display/virtio-gpu.c | 7