VirtualBox

Ignore:
Timestamp:
Feb 26, 2016 1:15:09 PM (9 years ago)
Author:
vboxsync
Message:

VMSVGA: Applied trivirt patch that shorts the fifo polling interval from 250 to 50 ms to reduce hickups with certain guests.

File:
1 edited

Legend:

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

    r58170 r59849  
    24732473
    24742474        /*
    2475          * Wait for at most 250 ms to start polling.
     2475         * Wait for at most 50 ms to start polling.
    24762476         */
    2477         rc = SUPSemEventWaitNoResume(pThis->svga.pSupDrvSession, pThis->svga.FIFORequestSem, 250);
     2477        rc = SUPSemEventWaitNoResume(pThis->svga.pSupDrvSession, pThis->svga.FIFORequestSem, 50);
    24782478        AssertBreak(RT_SUCCESS(rc) || rc == VERR_TIMEOUT || rc == VERR_INTERRUPTED);
    24792479        if (pThread->enmState != PDMTHREADSTATE_RUNNING)
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