Re: [PULL 15/23] virtio-gpu: Refactor virtio_gpu_set_scanout

2021-06-02 Thread Alexander Bulekov
On 210527 1623, Gerd Hoffmann wrote: > From: Vivek Kasireddy > > Store the meta-data associated with a FB in a new object > (struct virtio_gpu_framebuffer) and pass the object to set_scanout. > Also move code in set_scanout into a do_set_scanout function. > This will be helpful when adding set_sc

[PULL 15/23] virtio-gpu: Refactor virtio_gpu_set_scanout

2021-05-27 Thread Gerd Hoffmann
From: Vivek Kasireddy Store the meta-data associated with a FB in a new object (struct virtio_gpu_framebuffer) and pass the object to set_scanout. Also move code in set_scanout into a do_set_scanout function. This will be helpful when adding set_scanout_blob API. Based-on-patch-by: Gerd Hoffmann