VirtualBox

Ignore:
Timestamp:
Oct 29, 2009 12:23:56 PM (15 years ago)
Author:
vboxsync
Message:

2d accel: fix HGSMIReset

File:
1 edited

Legend:

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

    r24053 r24156  
    15401540void HGSMIReset (PHGSMIINSTANCE pIns)
    15411541{
     1542    if(pIns->pHGFlags)
     1543    {
     1544        /* treat the abandoned commands as read.. */
     1545        while(HGSMIHostRead (pIns) != HGSMIOFFSET_VOID)  {}
     1546    }
     1547
     1548    /* .. and complete them */
    15421549    while(hgsmiProcessHostCmdCompletion (pIns, 0, true)) {}
    15431550
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