VirtualBox

Ignore:
Timestamp:
Sep 22, 2016 8:37:46 PM (8 years ago)
Author:
vboxsync
Message:

3D: Keep BlankedByPowerOff flag in sync while a Target is assigned to a Source, bugref:8387

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVidPn.cpp

    r63943 r63963  
    250250    pSource->cTargets++;
    251251    pTarget->VidPnSourceId = pSource->AllocData.SurfDesc.VidPnSourceId;
     252
     253    pTarget->fBlankedByPowerOff = RT_BOOL(pSource->bBlankedByPowerOff);
     254    LOG(("src %d and tgt %d are now blank %d",
     255        pSource->AllocData.SurfDesc.VidPnSourceId, pTarget->u32Id, pTarget->fBlankedByPowerOff));
    252256
    253257    pTarget->u8SyncState &= ~VBOXWDDM_HGSYNC_F_SYNCED_TOPOLOGY;
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