Changeset 3628 in vbox
- Timestamp:
- Jul 16, 2007 11:35:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r3568 r3628 853 853 else if ((val & 0xFFFF0000) == VBOX_VIDEO_INTERPRET_DISPLAY_MEMORY_BASE) 854 854 { 855 /*856 * LFB video mode is either disabled or changed. This notification857 * is used by the display to disable VBVA.858 */859 855 s->pDrv->pfnProcessDisplayData(s->pDrv, s->CTXSUFF(vram_ptr), val & 0xFFFF); 860 856 }
Note:
See TracChangeset
for help on using the changeset viewer.