Changeset 33252 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.h
- Timestamp:
- Oct 20, 2010 10:25:22 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.h
r33226 r33252 203 203 typedef struct VBOXVIDEO_COMMON 204 204 { 205 int cDisplays; /* Number of displays. */ 206 205 207 ULONG cbVRAM; /* The VRAM size. */ 206 208 … … 214 216 volatile HGSMIHOSTFLAGS * pHostFlags; /* HGSMI host flags */ 215 217 volatile bool bHostCmdProcessing; 216 VBOXVCMNSPIN_LOCK pSynchLock;217 218 218 219 PVOID pvAdapterInformation; /* The pointer to the last 4K of VRAM. … … 268 269 ULONG ulVbvaEnabled; /* Indicates that VBVA mode is enabled. */ 269 270 270 int cDisplays; /* Number of displays. */271 272 271 #ifdef VBOX_WITH_WDDM 273 272 VBOXVDMAINFO Vdma; … … 276 275 # endif 277 276 #endif 277 278 VBOXVCMNSPIN_LOCK pSynchLock; 278 279 279 280 ULONG ulMaxFrameBufferSize; /* The size of the VRAM allocated for the a single framebuffer. */
Note:
See TracChangeset
for help on using the changeset viewer.