Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dvmware_vga.c515 #define SVGA_PIXMAP_SIZE(w, h, bpp) (((((w) * (bpp)) + 31) >> 5) * (h)) macro
697 args = SVGA_BITMAP_SIZE(x, y) + SVGA_PIXMAP_SIZE(x, y, cursor.bpp); in vmsvga_fifo_run()
702 || SVGA_PIXMAP_SIZE(x, y, cursor.bpp) in vmsvga_fifo_run()
715 for (args = 0; args < SVGA_PIXMAP_SIZE(x, y, cursor.bpp); args++) { in vmsvga_fifo_run()