VirtualBox

Changeset 51081 in vbox for trunk/include


Ignore:
Timestamp:
Apr 16, 2014 8:35:26 AM (11 years ago)
Author:
vboxsync
Message:

wddm/CrCmd: bugfixes + more correct complex command length info data

File:
1 edited

Legend:

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

    r51042 r51081  
    16331633        uint8_t u8PrimaryID;
    16341634    } u;
    1635     /* DXGK DDI fence ID */
    1636     uint32_t u32FenceID;
     1635    union
     1636    {
     1637        /* complex command (VBOXCMDVBVA_OPTYPE_COMPLEXCMD) element data */
     1638        struct
     1639        {
     1640            /* command length */
     1641            uint16_t u16CbCmdHost;
     1642            /* guest-specific data, host expects it to be NULL */
     1643            uint16_t u16CbCmdGuest;
     1644        } complexCmdEl;
     1645        /* DXGK DDI fence ID */
     1646        uint32_t u32FenceID;
     1647    } u2;
    16371648} VBOXCMDVBVA_HDR;
    16381649
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