Changeset 44056 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Dec 6, 2012 5:06:05 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.h
r44055 r44056 311 311 /** Whether to render the guest VRAM to the framebuffer memory. False only for some LFB modes. */ 312 312 bool fRenderVRAM; 313 /** Indicates "simple" planar write access to VGA aperture. */ 314 bool fSimplePlanarWrite; 315 /** Current "simple" write plane. */ 316 uint8_t uPassthruPlane; 313 bool Padding1[2]; 317 314 318 315 /** The physical address the VRAM was assigned. */ … … 329 326 STAMCOUNTER StatMapPage; /**< Counts IOMMMIOMapMMIO2Page calls. */ 330 327 STAMCOUNTER StatUpdateDisp; /**< Counts vgaPortUpdateDisplay calls. */ 331 STAMCOUNTER StatChgDWState;332 STAMCOUNTER StatChgDWPlane;333 STAMCOUNTER StatRZOptWrite;334 STAMCOUNTER StatR3OptWrite;335 328 336 329 /* Keep track of ring 0 latched accesses to the VGA MMIO memory. */
Note:
See TracChangeset
for help on using the changeset viewer.