VirtualBox

Ignore:
Timestamp:
Mar 2, 2010 8:28:01 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
58266
Message:

wddm: bugfixes + stubs for DMA support in VGA device

Location:
trunk/src/VBox/Devices/Graphics/HGSMI
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp

    r26556 r26969  
    16771677
    16781678    int rc = hgsmiGuestCompletionFIFOAlloc (pIns, &pEntry);
    1679 
     1679    AssertRC(rc);
    16801680    if (RT_SUCCESS (rc))
    16811681    {
     
    16831683
    16841684        rc = hgsmiFIFOLock(pIns);
     1685        AssertRC(rc);
    16851686        if (RT_SUCCESS (rc))
    16861687        {
  • trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.h

    r25062 r26969  
    136136int HGSMIHostSaveStateExec (PHGSMIINSTANCE pIns, PSSMHANDLE pSSM);
    137137
    138 #if 0
    139 /* Submit this buffer to the guest asynchronously. */
    140 int HGSMIHostBufferProcessAsync (PHGSMIINSTANCE pIns,
    141                                  void *pvMem,
    142                                  PFNHGSMIBUFFERPROCESSED);
     138#ifdef VBOXVDMA
     139int HGSMICompleteGuestCommand(PHGSMIINSTANCE pIns, void *pvMem, bool bDoIrq);
    143140#endif
    144141
  • trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHostHlp.h

    r26876 r26969  
    5050}
    5151
     52DECLINLINE(bool) hgsmiListIsEmpty (HGSMILIST *pList)
     53{
     54    return !pList->pHead;
     55}
     56
    5257DECLINLINE(void) hgsmiListInit (HGSMILIST *pList)
    5358{
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