Home
last modified time | relevance | path

Searched refs:gfx_update_async (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/ui/
H A Dconsole.h370 bool gfx_update_async; /* if true, calls graphic_hw_update_done() */ member
/openbmc/qemu/hw/display/
H A Dapple-gfx.m351 .gfx_update_async = true,
H A Dqxl.c1164 .gfx_update_async = true,
/openbmc/qemu/ui/
H A Dconsole.c144 async = con->hw_ops->gfx_update_async; in graphic_hw_update()