Home
last modified time | relevance | path

Searched hist:"3 e16b9c53493d6107c5a1ec810ace2447fcb11eb" (Results 1 – 1 of 1) sorted by relevance

/qemu/hw/display/
H A Dqxl.c3e16b9c53493d6107c5a1ec810ace2447fcb11eb Wed Jul 20 09:20:59 UTC 2011 Alon Levy <alevy@redhat.com> qxl: add QXL_IO_FLUSH_{SURFACES,RELEASE} for guest S3&S4 support

Add two new IOs.
QXL_IO_FLUSH_SURFACES - equivalent to update area for all surfaces, used
to reduce vmexits from NumSurfaces to 1 on guest S3, S4 and resolution change (windows
driver implementation is such that this is done on each of those occasions).
QXL_IO_FLUSH_RELEASE - used to ensure anything on last_release is put on the release ring
for the client to free.

Signed-off-by: Yonit Halperin <yhalperi@redhat.com>
Signed-off-by: Alon Levy <alevy@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>