Searched refs:SVGA_REG_BUSY (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/vmsvga/
H A Dsvga_reg.h141 SVGA_REG_BUSY = 22, /* See "FIFO Synchronization Registers" */ enumerator in enum:__anon14807
652 * - Sets SVGA_REG_BUSY to TRUE (in the monitor)
664 * SVGA_REG_BUSY --
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA.cpp136 /** Semaphore that EMTs wait on when reading SVGA_REG_BUSY and the FIFO is
140 /** Tracks how much time we waste reading SVGA_REG_BUSY with a busy FIFO. */
322 case SVGA_REG_BUSY: /* See "FIFO Synchronization Registers" */
323 return "SVGA_REG_BUSY";
790 case SVGA_REG_BUSY: /* See "FIFO Synchronization Registers" */
1227 case SVGA_REG_BUSY: /* See "FIFO Synchronization Registers" (read-only) */

Completed in 56 milliseconds