VirtualBox

Changeset 49771 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Dec 4, 2013 12:32:12 PM (11 years ago)
Author:
vboxsync
Message:

DevVGA: Reset VBVA when enabling/disabling VBE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA.cpp

    r49603 r49771  
    11191119            pThis->vbe_regs[pThis->vbe_index] = val;
    11201120            /*
    1121              * LFB video mode is either disabled or changed. This notification
    1122              * is used by the display to disable VBVA.
     1121             * LFB video mode is either disabled or changed. Notify the display
     1122             * and reset VBVA.
    11231123             */
    11241124            pThis->pDrv->pfnLFBModeChange(pThis->pDrv, (val & VBE_DISPI_ENABLED) != 0);
     1125#ifdef VBOX_WITH_HGSMI
     1126            VBVAReset(pThis);
     1127#endif /* VBOX_WITH_HGSMI */
    11251128
    11261129            /* 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.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette