Changeset 50542 in vbox for trunk/src/VBox/Additions/common/VBoxVideo
- Timestamp:
- Feb 21, 2014 2:13:48 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 92394
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp
r50482 r50542 326 326 pCtx->port = (RTIOPORT)VGA_PORT_HGSMI_GUEST; 327 327 #ifdef VBOX_WDDM_MINIPORT 328 return VBoxSHGSMIInit(&pCtx->heapCtx, HGSMI_HEAP_TYPE_ POINTER, pvGuestHeapMemory,328 return VBoxSHGSMIInit(&pCtx->heapCtx, HGSMI_HEAP_TYPE_MA, pvGuestHeapMemory, 329 329 cbGuestHeapMemory, offVRAMGuestHeapMemory, pEnv); 330 330 #else 331 return HGSMIHeapSetup(&pCtx->heapCtx, HGSMI_HEAP_TYPE_ POINTER, pvGuestHeapMemory,331 return HGSMIHeapSetup(&pCtx->heapCtx, HGSMI_HEAP_TYPE_MA, pvGuestHeapMemory, 332 332 cbGuestHeapMemory, offVRAMGuestHeapMemory, pEnv); 333 333 #endif
Note:
See TracChangeset
for help on using the changeset viewer.