VirtualBox

Ignore:
Timestamp:
Nov 27, 2009 7:24:14 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
55413
Message:

HGSMI,DevVGA: Use the offset based heap for the hostHeap (resides in VRAM). New staved state version for DevVGA for indicating this change.

Location:
trunk/src/VBox/Additions/WINNT/Graphics
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/screen.c

    r22848 r25062  
    265265                                 (uint8_t *)ppdev->pjScreen + ppdev->layout.offDisplayInformation + sizeof (HGSMIHOSTFLAGS),
    266266                                 ppdev->layout.cbDisplayInformation - sizeof (HGSMIHOSTFLAGS),
    267                                  info.areaDisplay.offBase + ppdev->layout.offDisplayInformation + sizeof (HGSMIHOSTFLAGS));
     267                                 info.areaDisplay.offBase + ppdev->layout.offDisplayInformation + sizeof (HGSMIHOSTFLAGS),
     268                                 false /*fOffsetBased*/);
    268269
    269270        DISPDBG((0, "VBoxDISP::vboxInitVBoxVideo: offBase 0x%x\n",
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideoHGSMI.cpp

    r24709 r25062  
    692692                                 PrimaryExtension->u.primary.pvAdapterInformation,
    693693                                 VBVA_ADAPTER_INFORMATION_SIZE - sizeof(HGSMIHOSTFLAGS),
    694                                  PrimaryExtension->u.primary.cbVRAM - VBVA_ADAPTER_INFORMATION_SIZE);
     694                                 PrimaryExtension->u.primary.cbVRAM - VBVA_ADAPTER_INFORMATION_SIZE,
     695                                 false /*fOffsetBased*/);
    695696
    696697            if (RT_FAILURE (rc))
Note: See TracChangeset for help on using the changeset viewer.

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