Changeset 94889 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video
- Timestamp:
- May 6, 2022 11:49:25 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPTypes.h
r94881 r94889 52 52 #define VBOXWDDM_C_DMA_PRIVATEDATA_SIZE 0x4000 53 53 #else 54 #define VBOXWDDM_C_DMA_BUFFER_SIZE 0x10000 55 #define VBOXWDDM_C_DMA_PRIVATEDATA_SIZE 0x8000 54 /* A small buffer fills quickly by commands. A large buffer does not allow effective preemption. 55 * 16K is an aritrary value, which allows to batch enough commands, but not too many. 56 */ 57 #define VBOXWDDM_C_DMA_BUFFER_SIZE 0x4000 58 /* Private data is rather small, so one page is more than enough. */ 59 #define VBOXWDDM_C_DMA_PRIVATEDATA_SIZE 0x1000 56 60 #endif 57 61 #define VBOXWDDM_C_ALLOC_LIST_SIZE 0xc00
Note:
See TracChangeset
for help on using the changeset viewer.