VirtualBox

Changeset 94633 in vbox for trunk


Ignore:
Timestamp:
Apr 19, 2022 1:50:46 PM (3 years ago)
Author:
vboxsync
Message:

Devices/Graphics: fix for command buffers tracking: bugref:9830

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp

    r94632 r94633  
    31293129    {
    31303130        RTListMove(&listPreempted, &pCmdBufCtx->listSubmitted);
     3131        pCmdBufCtx->cSubmitted = 0;
    31313132    }
    31323133    RTCritSectLeave(&pSvgaR3State->CritSectCmdBuf);
     
    31373138        RTListNodeRemove(&pIter->nodeBuffer);
    31383139        vmsvgaR3CmdBufWriteStatus(pDevIns, pIter->GCPhysCB, SVGA_CB_STATUS_PREEMPTED, 0);
     3140        LogFunc(("Preempted %RX64\n", pIter->GCPhysCB));
    31393141        vmsvgaR3CmdBufFree(pIter);
    31403142    }
Note: See TracChangeset for help on using the changeset viewer.

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