Changeset 95191 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/gallium/VBoxMPGaWddm.cpp
- Timestamp:
- Jun 3, 2022 6:49:41 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 151693
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/gallium/VBoxMPGaWddm.cpp
r95086 r95191 1276 1276 SvgaFlush(pDevExt->pGa->hw.pSvga); 1277 1277 1278 GALOG(("pDmaBuffer = %p, cbDmaBuffer = %u, cPatches = %u\n",1278 GALOG(("pDmaBuffer %p, cbDmaBuffer %u, PatchStart %u, cPatches %u, Flags 0xx, context type %d\n", 1279 1279 pPatch->pDmaBuffer, pPatch->DmaBufferSubmissionEndOffset - pPatch->DmaBufferSubmissionStartOffset, 1280 pPatch->PatchLocationListSubmissionLength)); 1281 1282 /* The driver does not need to modify paging and present commands here. */ 1283 if (pPatch->Flags.Paging || pPatch->Flags.Present) 1280 pPatch->PatchLocationListSubmissionStart, pPatch->PatchLocationListSubmissionLength, pPatch->Flags.Value, 1281 ((PVBOXWDDM_CONTEXT)pPatch->hContext)->enmType)); 1282 1283 /* The driver does not need to modify paging commands. */ 1284 if (pPatch->Flags.Paging) 1284 1285 return STATUS_SUCCESS; 1285 1286
Note:
See TracChangeset
for help on using the changeset viewer.