Changeset 106505 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Oct 19, 2024 3:25:57 AM (7 months ago)
- svn:sync-xref-src-repo-rev:
- 165337
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPMisc.cpp
r106061 r106505 982 982 if (Status == STATUS_SUCCESS) 983 983 { 984 PHYSICAL_ADDRESS PhysicalAddress = { 0};984 PHYSICAL_ADDRESS PhysicalAddress = {{0,0}}; 985 985 PhysicalAddress.QuadPart = VBoxCommonFromDeviceExt(pDevExt)->phVRAM.QuadPart + offData; 986 986 pMgr->pvData = (uint8_t*)MmMapIoSpace(PhysicalAddress, cbData, MmNonCached);
Note:
See TracChangeset
for help on using the changeset viewer.