- Timestamp:
- Apr 1, 2020 3:43:20 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp
r83505 r83507 1862 1862 #if defined(IN_RING3) || defined(IN_RING0) 1863 1863 Log(("SVGA_REG_SYNC: SVGA_FIFO_BUSY=%d\n", pThisCC->svga.pau32FIFO[SVGA_FIFO_BUSY])); 1864 /* 1865 * The VMSVGA_BUSY_F_EMT_FORCE flag makes sure we will check if the FIFO is empty 1866 * at least once; VMSVGA_BUSY_F_FIFO alone does not ensure that. 1867 */ 1864 1868 ASMAtomicWriteU32(&pThis->svga.fBusy, VMSVGA_BUSY_F_EMT_FORCE | VMSVGA_BUSY_F_FIFO); 1865 1869 if (VMSVGA_IS_VALID_FIFO_REG(SVGA_FIFO_BUSY, pThisCC->svga.pau32FIFO[SVGA_FIFO_MIN]))
Note:
See TracChangeset
for help on using the changeset viewer.