Changeset 18133 in vbox
- Timestamp:
- Mar 23, 2009 12:09:05 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r17767 r18133 1193 1193 #else /* VBOX */ 1194 1194 # ifndef IN_RC 1195 # ifndef VBOX_WITH_NEW_PHYS_CODE /* disable this temporarily. */ 1195 1196 /* If all planes are accessible, then map the page to the frame buffer and make it writable. */ 1196 1197 if ( (s->sr[2] & 3) == 3 … … 1203 1204 s->fRemappedVGA = true; 1204 1205 } 1206 # endif /* !VBOX_WITH_NEW_PHYS_CODE */ 1205 1207 # endif /* IN_RC */ 1206 1208 VERIFY_VRAM_READ_OFF_RETURN(s, addr, *prc); … … 1326 1328 #else /* VBOX */ 1327 1329 # ifndef IN_RC 1330 # ifndef VBOX_WITH_NEW_PHYS_CODE /* disable this temporarily. */ 1328 1331 /* If all planes are accessible, then map the page to the frame buffer and make it writable. */ 1329 1332 if ( (s->sr[2] & 3) == 3 … … 1333 1336 s->fRemappedVGA = true; 1334 1337 } 1338 # endif /* !VBOX_WITH_NEW_PHYS_CODE */ 1335 1339 # endif /* IN_RC */ 1336 1340 … … 1406 1410 { 1407 1411 Log2(("Reset mask (was %d) delta %RX64 (limit %x)\n", s->iMask, u64CurTime - s->u64LastLatchedAccess, aDelta[s->iMask])); 1408 if (s->iMask) 1412 if (s->iMask) 1409 1413 s->iMask--; 1410 1414 s->uMaskLatchAccess = aMask[s->iMask]; … … 4820 4824 4821 4825 /* make the snapshot. 4822 * The second parameter is 'false' because the current display state, already updated by the 4826 * The second parameter is 'false' because the current display state, already updated by the 4823 4827 * pfnUpdateDisplayAll call above, is being rendered to an external buffer using a fake connector. 4824 4828 * That is if display is blanked, we expect a black screen in the external buffer.
Note:
See TracChangeset
for help on using the changeset viewer.

