Skip to content

Latest commit

 

History

History
102 lines (69 loc) · 3.96 KB

ns-d3dkmddi-_dxgk_patchflags.md

File metadata and controls

102 lines (69 loc) · 3.96 KB
UID title description old-location ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos tech.root req.typenames f1_keywords topic_type api_type api_location api_name
NS:d3dkmddi._DXGK_PATCHFLAGS
_DXGK_PATCHFLAGS (d3dkmddi.h)
The DXGK_PATCHFLAGS structure identifies, in bit-field flags, information about the direct memory access (DMA) buffer that requires patching.
display\dxgk_patchflags.htm
05/10/2018
DXGK_PATCHFLAGS structure
DXGK_PATCHFLAGS, DXGK_PATCHFLAGS structure [Display Devices], DmStructs_e798cfa4-1915-42c8-87ad-709df6a5555f.xml, _DXGK_PATCHFLAGS, d3dkmddi/DXGK_PATCHFLAGS, display.dxgk_patchflags
d3dkmddi.h
D3dkmddi.h
Windows
Windows Vista
Windows
display
DXGK_PATCHFLAGS
_DXGK_PATCHFLAGS
d3dkmddi/_DXGK_PATCHFLAGS
DXGK_PATCHFLAGS
d3dkmddi/DXGK_PATCHFLAGS
APIRef
kbSyntax
HeaderDef
d3dkmddi.h
_DXGK_PATCHFLAGS
DXGK_PATCHFLAGS

_DXGK_PATCHFLAGS structure

-description

The DXGK_PATCHFLAGS structure identifies, in bit-field flags, information about the direct memory access (DMA) buffer that requires patching.

-struct-fields

-field Paging [in]

A UINT value that specifies whether the DMA buffer is a paging buffer (that is, contains paging operations).

Setting this member is equivalent to setting the first bit of the 32-bit Value member (0x00000001).

-field Present [in]

A UINT value that specifies whether the DMA buffer contains a present operation. The DMA buffer was generated by the driver's DxgkDdiPresent function.

Setting this member is equivalent to setting the second bit of the 32-bit Value member (0x00000002).

-field RedirectedPresent [in]

A UINT value that specifies whether the DMA buffer contains a redirected present operation, which is a present to a shared allocation that belongs to the Display Windows Manager. The DMA buffer was generated by the driver's DxgkDdiRender function.

Setting this member is equivalent to setting the third bit of the 32-bit Value member (0x00000004).

-field NullRendering [in]

A UINT value that specifies whether the driver should simulate the insertion of the DMA buffer into the ring (that is, whether the driver should generate the fence interrupt at the end of the DMA buffer); however, the driver should not actually run (render) the DMA buffer. The NullRendering bit-field flag is set only during performance investigating and debugging to simulate an infinitely fast rendering engine that still must perform the overhead of DMA buffer submission and signaling. NullRendering is never set during typical operations.

Setting this member is equivalent to setting the fourth bit of the 32-bit Value member (0x00000008).

-field Reserved [in]

This member is reserved and should be set to zero. Setting this member to zero is equivalent to setting the remaining 28 bits (0xFFFFFFF0) of the 32-bit Value member to zeros.

-field Value [in]

A member in the union that DXGK_PATCHFLAGS contains that can hold a 32-bit value that identifies information about the DMA buffer that requires patching.

-see-also

DXGKARG_PATCH

DxgkDdiPatch

DxgkDdiPresent

DxgkDdiRender