VirtualBox

Changeset 26142 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Feb 2, 2010 12:32:50 PM (15 years ago)
Author:
vboxsync
Message:

wddm: a bit more cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoWddm.cpp

    r26141 r26142  
    521521            {
    522522                /* we are requested to provide segment information */
    523                 pQsOut->pSegmentDescriptor->BaseAddress.QuadPart = VBE_DISPI_LFB_PHYSICAL_ADDRESS;
     523                pQsOut->pSegmentDescriptor->BaseAddress.QuadPart = 0; /* VBE_DISPI_LFB_PHYSICAL_ADDRESS; */
    524524                pQsOut->pSegmentDescriptor->CpuTranslatedAddress.QuadPart = VBE_DISPI_LFB_PHYSICAL_ADDRESS;
    525525                /* make sure the size is page aligned */
     
    533533            }
    534534            pQsOut->PagingBufferSegmentId = 0;
    535             pQsOut->PagingBufferSize = 1024; /* @todo: ??*/
    536             pQsOut->PagingBufferPrivateDataSize = 0; /* @todo: ??*/
     535            pQsOut->PagingBufferSize = 1024;
     536            pQsOut->PagingBufferPrivateDataSize = 0; /* @todo: do we need a private buffer ? */
    537537            break;
    538538        }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette