VirtualBox

Changeset 40387 in vbox for trunk/include


Ignore:
Timestamp:
Mar 6, 2012 8:38:49 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
76691
Message:

wddm: concurrency fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxVideoGuest.h

    r38207 r40387  
    4343#endif
    4444
     45#ifdef VBOX_WDDM_MINIPORT
     46# include "wddm/VBoxMPShgsmi.h"
     47 typedef VBOXSHGSMI HGSMIGUESTCMDHEAP;
     48# define HGSMIGUESTCMDHEAP_GET(_p) (&(_p)->Heap)
     49#else
     50 typedef HGSMIHEAP HGSMIGUESTCMDHEAP;
     51# define HGSMIGUESTCMDHEAP_GET(_p) (_p)
     52#endif
     53
    4554RT_C_DECLS_BEGIN
    4655
     
    5362    /** Information about the memory heap located in VRAM from which data
    5463     * structures to be sent to the host are allocated. */
    55     HGSMIHEAP heapCtx;
     64    HGSMIGUESTCMDHEAP heapCtx;
    5665    /** The I/O port used for submitting commands to the host by writing their
    5766     * offsets into the heap. */
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