[PATCH 1/2] virtio-gpu: splitting one extended mode guest fb into n-scanouts

2021-09-17 Thread Dongwon Kim
When guest is running Linux/X11 with extended multiple displays mode enabled, the guest shares one scanout resource each time containing whole surface rather than sharing individual display output separately. This extended frame is properly splited and rendered on the corresponding scanout surfaces

Re: [PATCH 1/2] virtio-gpu: splitting one extended mode guest fb into n-scanouts

2021-07-20 Thread Dongwon Kim
On Sun, Jul 18, 2021 at 11:17:00PM -0700, Kasireddy, Vivek wrote: > Hi DW, > > > When guest is running Linux/X11 with extended multiple displays mode > > enabled, > > the guest shares one scanout resource each time containing whole surface > > rather than sharing individual display output separat

RE: [PATCH 1/2] virtio-gpu: splitting one extended mode guest fb into n-scanouts

2021-07-18 Thread Kasireddy, Vivek
Hi DW, > When guest is running Linux/X11 with extended multiple displays mode enabled, > the guest shares one scanout resource each time containing whole surface > rather than sharing individual display output separately. This extended frame > is properly splited and rendered on the corresponding

[PATCH 1/2] virtio-gpu: splitting one extended mode guest fb into n-scanouts

2021-07-06 Thread Dongwon Kim
When guest is running Linux/X11 with extended multiple displays mode enabled, the guest shares one scanout resource each time containing whole surface rather than sharing individual display output separately. This extended frame is properly splited and rendered on the corresponding scanout surfaces