VirtualBox

Changeset 55247 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 14, 2015 1:41:27 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
99559
Message:

Reverted r99557 workaround: smaller buffer also works.

File:
1 edited

Legend:

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

    r55245 r55247  
    904904     * Estimate max 4KB per command.
    905905     */
    906     //ULONG cbCmdVbva = VBOXCMDVBVA_BUFFERSIZE(4096);
    907     ULONG cbCmdVbva = RT_MIN(_4M, cbAvailable / 4); /* <- temporary fix against ring buffer overflow. */
     906    ULONG cbCmdVbva = VBOXCMDVBVA_BUFFERSIZE(4096);
    908907
    909908    if (cbCmdVbva >= cbAvailable)
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