VirtualBox

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


Ignore:
Timestamp:
Feb 2, 2010 1:29:07 PM (15 years ago)
Author:
vboxsync
Message:

wddm: we do not support EDID

File:
1 edited

Legend:

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

    r26142 r26145  
    377377    dfprintf(("==> "__FUNCTION__ ", context(0x%x)\n", MiniportDeviceContext));
    378378
     379    dfprintf(("<== "__FUNCTION__ ", context(0x%x)\n", MiniportDeviceContext));
     380
    379381    /* we do not support EDID */
    380     DeviceDescriptor->DescriptorOffset = 0;
    381     DeviceDescriptor->DescriptorLength = 0;
    382     DeviceDescriptor->DescriptorBuffer = NULL;
    383 
    384     dfprintf(("<== "__FUNCTION__ ", context(0x%x)\n", MiniportDeviceContext));
    385 
    386     return STATUS_SUCCESS;
     382    return STATUS_MONITOR_NO_DESCRIPTOR;
    387383}
    388384
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