RE: [PATCH v2] virtio-gpu: first surface update with blob scanout after resumed

2024-03-12 Thread Kim, Dongwon
g > Subject: Re: [PATCH v2] virtio-gpu: first surface update with blob scanout > after > resumed > > Hi > > On Thu, Mar 7, 2024 at 2:27 AM wrote: > > > > From: Dongwon Kim > > > > The guest surface needs to be updated with a blob scanout after > > r

Re: [PATCH v2] virtio-gpu: first surface update with blob scanout after resumed

2024-03-12 Thread Marc-André Lureau
Hi On Thu, Mar 7, 2024 at 2:27 AM wrote: > > From: Dongwon Kim > > The guest surface needs to be updated with a blob scanout after resumed > from saved vm state if blob is enabled. > > v2: Rebased > This patch conflicts with the already reviewed (and almost in queue) patch from https://patchew

[PATCH v2] virtio-gpu: first surface update with blob scanout after resumed

2024-03-06 Thread dongwon . kim
From: Dongwon Kim The guest surface needs to be updated with a blob scanout after resumed from saved vm state if blob is enabled. v2: Rebased Cc: Marc-André Lureau Cc: Vivek Kasireddy Signed-off-by: Dongwon Kim --- hw/display/virtio-gpu.c | 21 ++--- 1 file changed, 14 inser