VirtualBox

Changeset 44116 in vbox for trunk


Ignore:
Timestamp:
Dec 13, 2012 11:50:06 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
82677
Message:

wddm: disable function call flow logging

Location:
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/common/VBoxMPUtils.h

    r42151 r44116  
    2828#include <VBox/log.h>
    2929#define VBOX_VIDEO_LOG_NAME "VBoxMP"
     30#ifdef VBOX_WDDM_MINIPORT
     31# ifndef VBOX_WDDM_MINIPORT_WITH_FLOW_LOGGING
     32#  define VBOX_VIDEO_LOGFLOW_LOGGER(_m) do {} while (0)
     33# endif
     34#endif
    3035#include "common/VBoxVideoLog.h"
    3136#include <iprt/err.h>
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVbva.cpp

    r36867 r44116  
    291291        if (cbChunk >= cbHwBufferAvail)
    292292        {
    293             LOGF(("1) avail %d, chunk %d", cbHwBufferAvail, cbChunk));
     293            LOG(("1) avail %d, chunk %d", cbHwBufferAvail, cbChunk));
    294294
    295295            vboxHwBufferFlush (pDevExt, pVbva);
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVdma.cpp

    r43489 r44116  
    15291529int vboxVdmaDisable (PVBOXMP_DEVEXT pDevExt, PVBOXVDMAINFO pInfo)
    15301530{
    1531     LOGF(("."));
    1532 
    15331531    Assert(pInfo->fEnabled);
    15341532    if (!pInfo->fEnabled)
     
    15481546int vboxVdmaEnable (PVBOXMP_DEVEXT pDevExt, PVBOXVDMAINFO pInfo)
    15491547{
    1550     LOGF(("."));
    1551 
    15521548    Assert(!pInfo->fEnabled);
    15531549    if (pInfo->fEnabled)
     
    15681564int vboxVdmaFlush (PVBOXMP_DEVEXT pDevExt, PVBOXVDMAINFO pInfo)
    15691565{
    1570     LOGF(("."));
    1571 
    15721566    Assert(pInfo->fEnabled);
    15731567    if (!pInfo->fEnabled)
Note: See TracChangeset for help on using the changeset viewer.

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