VirtualBox

Ignore:
Timestamp:
Apr 14, 2015 1:47:35 PM (10 years ago)
Author:
vboxsync
Message:

WDDM: do not log the VBVA buffer wraparound

File:
1 edited

Legend:

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

    r55239 r55249  
    10071007    if (!pvBuffer)
    10081008    {
    1009         WARN(("failed to allocate contiguous buffer %d bytes, trying nopping the tail", cbCmd));
     1009        LOG(("failed to allocate contiguous buffer %d bytes, trying nopping the tail", cbCmd));
    10101010        uint32_t cbTail = VBoxVBVAExGetFreeTail(&pVbva->Vbva);
    10111011        if (!cbTail)
     
    10341034        if (!pvBuffer)
    10351035        {
    1036             WARN(("failed to allocate contiguous buffer, failing"));
     1036            WARN(("failed to allocate contiguous buffer %d bytes", cbCmd));
    10371037            return NULL;
    10381038        }
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