Skip to content

Latest commit

 

History

History
82 lines (63 loc) · 3.26 KB

ns-d3dkmddi-_dxgk_setvidpnsourceaddress_output_flags.md

File metadata and controls

82 lines (63 loc) · 3.26 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_SETVIDPNSOURCEADDRESS_OUTPUT_FLAGS
DXGK_SETVIDPNSOURCEADDRESS_OUTPUT_FLAGS (d3dkmddi.h)
Learn more about the DXGK_SETVIDPNSOURCEADDRESS_OUTPUT_FLAGS structure.
display\dxgk_setvidpnsourceaddress_output_flags.htm
02/03/2023
DXGK_SETVIDPNSOURCEADDRESS_OUTPUT_FLAGS structure
DXGK_SETVIDPNSOURCEADDRESS_OUTPUT_FLAGS, DXGK_SETVIDPNSOURCEADDRESS_OUTPUT_FLAGS structure [Display Devices], _DXGK_SETVIDPNSOURCEADDRESS_OUTPUT_FLAGS, d3dkmddi/DXGK_SETVIDPNSOURCEADDRESS_OUTPUT_FLAGS, display.dxgk_setvidpnsourceaddress_output_flags
d3dkmddi.h
Windows
Windows
display
DXGK_SETVIDPNSOURCEADDRESS_OUTPUT_FLAGS
_DXGK_SETVIDPNSOURCEADDRESS_OUTPUT_FLAGS
d3dkmddi/_DXGK_SETVIDPNSOURCEADDRESS_OUTPUT_FLAGS
DXGK_SETVIDPNSOURCEADDRESS_OUTPUT_FLAGS
d3dkmddi/DXGK_SETVIDPNSOURCEADDRESS_OUTPUT_FLAGS
APIRef
kbSyntax
HeaderDef
d3dkmddi.h
_DXGK_SETVIDPNSOURCEADDRESS_OUTPUT_FLAGS
DXGK_SETVIDPNSOURCEADDRESS_OUTPUT_FLAGS

DXGK_SETVIDPNSOURCEADDRESS_OUTPUT_FLAGS structure

-description

The DXGK_SETVIDPNSOURCEADDRESS_OUTPUT_FLAGS structure contains the flags used to set the VidPN source address.

-struct-fields

-field PrePresentNeeded

Indicates that the driver must be called again at the PASSIVE_LEVEL to perform the requested operation.

-field HwFlipQueueDrainNeeded

Indicates that the OS should attempt to submit the flip request again after all pending flips on planes affected by this flip are finished and once the target time is reached. See Hardware flip queue for more information.

-field HwFlipQueueDrainAllPlanes

Indicates that the display hardware may require completion of pending flips on all planes, not just the ones referenced by the incoming flip request. In this case, the driver should set both the HwFlipQueueDrainNeeded and HwFlipQueueDrainAllPlanes. See Hardware flip queue for more information.

-field HwFlipQueueDrainAllSources

Indicates that the display hardware may require completion of pending flips on all VidPn sources in order to reallocate internal resources. In this case, the driver should set both the HwFlipQueueDrainNeeded and HwFlipQueueDrainAllSources flags. See Hardware flip queue for more information.

-field Reserved

This member is reserved and should be set to zero.

-field Value

An alternative way to access the bits.

-see-also

DXGKARG_SETVIDPNSOURCEADDRESSWITHMULTIPLANEOVERLAY3

DXGKDDI_SETVIDPNSOURCEADDRESSWITHMULTIPLANEOVERLAY3