Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dvga_int.h38 #define CH_ATTR_SIZE (160 * 100) macro
148 uint32_t last_ch_attr[CH_ATTR_SIZE]; /* XXX: make it dynamic */
H A Dvga.c1237 if ((height * width) > CH_ATTR_SIZE) { in vga_draw_text()
1275 if (s->cursor_offset < CH_ATTR_SIZE) in vga_draw_text()
1277 if (cursor_offset < CH_ATTR_SIZE) in vga_draw_text()
1953 if (size > CH_ATTR_SIZE) { in vga_update_text()