VirtualBox

Changeset 33751 in vbox


Ignore:
Timestamp:
Nov 3, 2010 9:24:09 PM (14 years ago)
Author:
vboxsync
Message:

wddm: vidpn handling bugfix

File:
1 edited

Legend:

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

    r33714 r33751  
    16511651                            srcId,
    16521652                            vboxVidPnCommitTargetModeEnum, &TgtModeInfo);
    1653                     Assert(Status == STATUS_SUCCESS);
     1653                    Assert(Status == STATUS_SUCCESS || Status == STATUS_GRAPHICS_SOURCE_NOT_IN_TOPOLOGY);
    16541654                    if (Status == STATUS_SUCCESS)
    16551655                    {
     
    16571657                        Assert(Status == STATUS_SUCCESS);
    16581658                    }
     1659                    else if (Status == STATUS_GRAPHICS_SOURCE_NOT_IN_TOPOLOGY)
     1660                    {
     1661                        Status = STATUS_SUCCESS;
     1662                    }
    16591663                    else
    16601664                        drprintf((__FUNCTION__": vboxVidPnEnumTargetsForSource failed Status(0x%x)\n", Status));
     
    16701674        else if (Status == STATUS_GRAPHICS_MODE_NOT_PINNED)
    16711675        {
    1672             Status = vboxVidPnCommitSourceMode(pDevExt, srcId, pPinnedVidPnSourceModeInfo, pAllocation);
     1676            Status = vboxVidPnCommitSourceMode(pDevExt, srcId, NULL, pAllocation);
    16731677            Assert(Status == STATUS_SUCCESS);
    16741678        }
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