VirtualBox

Ignore:
Timestamp:
May 6, 2022 4:45:02 AM (3 years ago)
Author:
vboxsync
Message:

WDDM: miniport updates for VGPU10. bugref:9845

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/gallium/VBoxMPGaExt.h

    r93115 r94881  
    110110                        GAFENCEOBJECT *pFO);
    111111
     112/*
     113 * Description of DMA buffer content.
     114 * These structures are stored in DmaBufferPrivateData.
     115 */
     116typedef struct GARENDERDATA
     117{
     118    uint32_t      u32DataType;    /* GARENDERDATA_TYPE_* */
     119    uint32_t      cbData;         /* How many bytes. */
     120    GAFENCEOBJECT *pFenceObject;  /* User mode fence associated with this command buffer. */
     121    void          *pvDmaBuffer;   /* Pointer to the DMA buffer. */
     122    GAHWRENDERDATA *pHwRenderData; /* The hardware module private data. */
     123} GARENDERDATA;
     124
     125#define GARENDERDATA_TYPE_RENDER   1
     126#define GARENDERDATA_TYPE_PRESENT  2
     127#define GARENDERDATA_TYPE_PAGING   3
     128#define GARENDERDATA_TYPE_FENCE    4
     129
    112130#endif /* !GA_INCLUDED_SRC_WINNT_Graphics_Video_mp_wddm_gallium_VBoxMPGaExt_h */
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