VirtualBox

Changeset 22414 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Aug 24, 2009 2:14:58 PM (15 years ago)
Author:
vboxsync
Message:

HGSMI guest video driver should work on old hosts in unaccelerated mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.cpp

    r22412 r22414  
    11331133    dprintf(("VBoxVideo::VBoxSetupDisplays: finished\n"));
    11341134}
    1135 #endif /* VBOX_WITH_HGSMI */
     1135#endif /* !VBOX_WITH_HGSMI */
    11361136
    11371137VP_STATUS VBoxVideoFindAdapter(IN PVOID HwDeviceExtension,
     
    12531253       * with old guest additions.
    12541254       */
    1255       if (VBoxHGSMIIsSupported ((PDEVICE_EXTENSION)HwDeviceExtension))
     1255      VBoxSetupDisplaysHGSMI((PDEVICE_EXTENSION)HwDeviceExtension, ConfigInfo, AdapterMemorySize);
     1256
     1257      if (((PDEVICE_EXTENSION)HwDeviceExtension)->u.primary.bHGSMI)
    12561258      {
    12571259          LogRel(("VBoxVideo: using HGSMI\n"));
    1258 
    1259           VBoxSetupDisplaysHGSMI((PDEVICE_EXTENSION)HwDeviceExtension, ConfigInfo, AdapterMemorySize);
    12601260      }
    12611261#endif /* VBOX_WITH_HGSMI */
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