Re: [PATCH] virtio-gpu: use src not crtc

From: Gerd Hoffmann
Date: Tue Jun 14 2016 - 08:57:40 EST


On Di, 2016-06-14 at 12:13 +0200, Marc-Andrà Lureau wrote:
> Hi
>
> On Tue, May 31, 2016 at 2:52 PM, Gerd Hoffmann <kraxel@xxxxxxxxxx> wrote:
> > Pick up the correct source rectangle from framebuffer.
> > Without this multihead setups are not working correctly.
> >
> > Signed-off-by: Gerd Hoffmann <kraxel@xxxxxxxxxx>
>
> Reviewed-by: Marc-Andrà Lureau <marcandre.lureau@xxxxxxxxxx>
>
> Additionally, I had to modify the page_flip() function to take the
> plane source coordinates for virgl/3d multihead to work. Feel free to
> squash.

This is in progress of being sorted, by dropping the
virtio_gpu_page_flip function altogether in favor of atomic helpers,
which will use the (already fixed) plane callbacks instead.

See nonblocking commit support patches by Daniel Vetter on this list.

cheers,
Gerd