VirtualBox

Changeset 51042 in vbox for trunk/include/VBox/VBoxVideo.h


Ignore:
Timestamp:
Apr 10, 2014 8:05:24 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
93262
Message:

wddm/DevVGA: complex command submission; bugfixes

File:
1 edited

Legend:

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

    r50958 r51042  
    15831583/* actual command is stored in guest system memory */
    15841584#define VBOXCMDVBVA_OPTYPE_SYSMEMCMD                    8
     1585/* complex command - i.e. can contain multiple commands
     1586 * i.e. the VBOXCMDVBVA_OPTYPE_COMPLEXCMD VBOXCMDVBVA_HDR is followed
     1587 * by one or more VBOXCMDVBVA_HDR commands.
     1588 * Each command's size is specified in it's VBOXCMDVBVA_HDR's u32FenceID field */
     1589#define VBOXCMDVBVA_OPTYPE_COMPLEXCMD                   9
    15851590
    15861591/* nop - is a one-bit command. The buffer size to skip is determined by VBVA buffer size */
     
    16291634    } u;
    16301635    /* DXGK DDI fence ID */
    1631     volatile uint32_t u32FenceID;
     1636    uint32_t u32FenceID;
    16321637} VBOXCMDVBVA_HDR;
    16331638
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