Changeset 49771 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Dec 4, 2013 12:32:12 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r49603 r49771 1119 1119 pThis->vbe_regs[pThis->vbe_index] = val; 1120 1120 /* 1121 * LFB video mode is either disabled or changed. This notification1122 * is used by the display to disableVBVA.1121 * LFB video mode is either disabled or changed. Notify the display 1122 * and reset VBVA. 1123 1123 */ 1124 1124 pThis->pDrv->pfnLFBModeChange(pThis->pDrv, (val & VBE_DISPI_ENABLED) != 0); 1125 #ifdef VBOX_WITH_HGSMI 1126 VBVAReset(pThis); 1127 #endif /* VBOX_WITH_HGSMI */ 1125 1128 1126 1129 /* The VGA region is (could be) affected by this change; reset all aliases we've created. */
Note:
See TracChangeset
for help on using the changeset viewer.