Changeset 69137 in vbox for trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.h
- Timestamp:
- Oct 20, 2017 8:23:18 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.h
r65303 r69137 37 37 #define VMSVGA_MAX_GMR_PAGES 0x100000 38 38 /** Maximum nr of GMR ids. */ 39 #define VMSVGA_MAX_GMR_IDS 0x10039 #define VMSVGA_MAX_GMR_IDS _8K 40 40 /** Maximum number of GMR descriptors. */ 41 41 #define VMSVGA_MAX_GMR_DESC_LOOP_COUNT VMSVGA_MAX_GMR_PAGES … … 195 195 /** Physical address of command mmio range. */ 196 196 RTIOPORT BasePort; 197 RTIOPORT Padding 3;197 RTIOPORT Padding0; 198 198 /** Port io index register. */ 199 199 uint32_t u32IndexReg; … … 235 235 PGMPHYSHANDLERTYPE hFifoAccessHandlerType; 236 236 #endif 237 /** Number of GMRs. */ 238 uint32_t cGMR; 239 uint32_t u32Padding1; 237 240 238 241 /** Scratch array.
Note:
See TracChangeset
for help on using the changeset viewer.