Home
last modified time | relevance | path

Searched refs:plane_updated (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/display/
H A Dvga_int.h122 uint32_t plane_updated; member
H A Dvga.c152 s->plane_updated = 0xf; in vga_update_memory_access()
950 s->plane_updated |= mask; /* only used to detect font change */ in vga_mem_writeb()
1018 s->plane_updated |= mask; /* only used to detect font change */ in vga_mem_writeb()
1222 if (s->plane_updated & (1 << 2) || s->has_chain4_alias) { in vga_draw_text()
1225 s->plane_updated = 0; in vga_draw_text()
1859 s->plane_updated = 0; in vga_common_reset()