- Timestamp:
- Apr 19, 2022 1:50:46 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp
r94632 r94633 3129 3129 { 3130 3130 RTListMove(&listPreempted, &pCmdBufCtx->listSubmitted); 3131 pCmdBufCtx->cSubmitted = 0; 3131 3132 } 3132 3133 RTCritSectLeave(&pSvgaR3State->CritSectCmdBuf); … … 3137 3138 RTListNodeRemove(&pIter->nodeBuffer); 3138 3139 vmsvgaR3CmdBufWriteStatus(pDevIns, pIter->GCPhysCB, SVGA_CB_STATUS_PREEMPTED, 0); 3140 LogFunc(("Preempted %RX64\n", pIter->GCPhysCB)); 3139 3141 vmsvgaR3CmdBufFree(pIter); 3140 3142 }
Note:
See TracChangeset
for help on using the changeset viewer.