[PATCH 2/2] ui/gtk-egl: blitting partial guest fb to the proper scanout surface

2021-09-17 Thread Dongwon Kim
eb_fb_blit should be able to blit partial image of guest display (blob res) in case multiple displays are configured for the guest and they are set as extended- desktop mode. v2: egl_fb includes dmabuf info then make egl_fb_blit position and size parameters programmed in dmabuf structure (pre

Re: [PATCH 2/2] ui/gtk-egl: blitting partial guest fb to the proper scanout surface

2021-07-20 Thread Dongwon Kim
On Sun, Jul 18, 2021 at 11:35:35PM -0700, Kasireddy, Vivek wrote: > Hi DW, > > > eb_fb_blit needs more parameters which describe x and y offsets and width > > and height of the actual scanout to specify the size and cordination of > > partial image to blit in the guest fb in case the guest fb cont

RE: [PATCH 2/2] ui/gtk-egl: blitting partial guest fb to the proper scanout surface

2021-07-18 Thread Kasireddy, Vivek
Hi DW, > eb_fb_blit needs more parameters which describe x and y offsets and width > and height of the actual scanout to specify the size and cordination of > partial image to blit in the guest fb in case the guest fb contains multiple > display outputs. > > Signed-off-by: Dongwon Kim > --- > h

[PATCH 2/2] ui/gtk-egl: blitting partial guest fb to the proper scanout surface

2021-07-06 Thread Dongwon Kim
eb_fb_blit needs more parameters which describe x and y offsets and width and height of the actual scanout to specify the size and cordination of partial image to blit in the guest fb in case the guest fb contains multiple display outputs. Signed-off-by: Dongwon Kim --- hw/display/virtio-gpu-udm