]> xenbits.xensource.com Git - qemu-xen.git/commit
virtio-gpu: Factor out update scanout
authorVivek Kasireddy <vivek.kasireddy@intel.com>
Wed, 26 May 2021 23:14:27 +0000 (16:14 -0700)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 27 May 2021 10:07:37 +0000 (12:07 +0200)
commit81cd9f71087b31d0fb231d3736a31262d232375e
tree13d584b5d5ede17ebf89e1713133e8e16ebe78e1
parent5752519e93e2783c7fdca15b3480eb0f8687fb94
virtio-gpu: Factor out update scanout

Creating a small helper function for updating the scanout
will be useful in the next patch where this needs to be
done early in do_set_scanout before returning.

Cc: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Vivek Kasireddy <vivek.kasireddy@intel.com>
Message-Id: <20210526231429.1045476-13-vivek.kasireddy@intel.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/display/virtio-gpu.c