Changeset 55247 in vbox for trunk/src/VBox
- Timestamp:
- Apr 14, 2015 1:41:27 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99559
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.cpp
r55245 r55247 904 904 * Estimate max 4KB per command. 905 905 */ 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); 908 907 909 908 if (cbCmdVbva >= cbAvailable)
Note:
See TracChangeset
for help on using the changeset viewer.