VirtualBox

Ignore:
Timestamp:
Jun 3, 2022 6:49:41 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
151693
Message:

WDDM: render should output all patch locations; when allocation is deleted then detach it from VidPN source if necessary. bugref:9845

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/gallium/VBoxMPGaWddm.cpp

    r95086 r95191  
    12761276    SvgaFlush(pDevExt->pGa->hw.pSvga);
    12771277
    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",
    12791279           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)
    12841285        return STATUS_SUCCESS;
    12851286
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