- Timestamp:
- Jul 23, 2021 6:27:52 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp
r90319 r90323 5587 5587 PVMSVGAR3STATE pSVGAState = pThisCC->svga.pSvgaR3State; 5588 5588 5589 /* VMSVGA is working via VBVA interface, therefore it needs to be 5590 * enabled on saved state restore. See @bugref{10071#c7}. */ 5591 if (pThis->svga.fEnabled) 5592 { 5593 for (uint32_t idScreen = 0; idScreen < pThis->cMonitors; ++idScreen) 5594 pThisCC->pDrv->pfnVBVAEnable(pThisCC->pDrv, idScreen, NULL /*pHostFlags*/); 5595 } 5596 5589 5597 /* Set the active cursor. */ 5590 5598 if (pSVGAState->Cursor.fActive) … … 5615 5623 { 5616 5624 vgaR3UnregisterVRAMHandler(pDevIns, pThis); 5617 }5618 5619 /* VMSVGA is working via VBVA interface, therefore it needs to be5620 * enabled on saved state restore. See @bugref{10071#c7}. */5621 if (pThis->svga.fEnabled)5622 {5623 for (uint32_t idScreen = 0; idScreen < pThis->cMonitors; ++idScreen)5624 pThisCC->pDrv->pfnVBVAEnable(pThisCC->pDrv, idScreen, NULL /*pHostFlags*/);5625 5625 } 5626 5626
Note:
See TracChangeset
for help on using the changeset viewer.