VirtualBox

Ignore:
Timestamp:
Apr 24, 2015 12:00:21 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
99763
Message:

HGSMI: cleanup, logging, comments, move legacy host heap support from common code to the host code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp

    r55193 r55421  
    341341    pCtx->port = (RTIOPORT)VGA_PORT_HGSMI_GUEST;
    342342#ifdef VBOX_WDDM_MINIPORT
    343     return VBoxSHGSMIInit(&pCtx->heapCtx, HGSMI_HEAP_TYPE_MA, pvGuestHeapMemory,
     343    return VBoxSHGSMIInit(&pCtx->heapCtx, pvGuestHeapMemory,
    344344                          cbGuestHeapMemory, offVRAMGuestHeapMemory, pEnv);
    345345#else
    346     return HGSMIHeapSetup(&pCtx->heapCtx, HGSMI_HEAP_TYPE_MA, pvGuestHeapMemory,
     346    return HGSMIHeapSetup(&pCtx->heapCtx, pvGuestHeapMemory,
    347347                          cbGuestHeapMemory, offVRAMGuestHeapMemory, pEnv);
    348348#endif
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