Skip to content

Latest commit

 

History

History
89 lines (65 loc) · 3 KB

ns-iddcx-iddcx_adapter_caps.md

File metadata and controls

89 lines (65 loc) · 3 KB
UID title description old-location tech.root 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 req.typenames f1_keywords topic_type api_type api_location api_name
NS:iddcx.IDDCX_ADAPTER_CAPS
IDDCX_ADAPTER_CAPS (iddcx.h)
Gives information about the capabilities of the adapter.
display\iddcx_adapter_caps.htm
display
08/08/2022
IDDCX_ADAPTER_CAPS structure
IDDCX_ADAPTER_CAPS, IDDCX_ADAPTER_CAPS structure [Display Devices], display.iddcx_adapter_caps, iddcx/IDDCX_ADAPTER_CAPS
iddcx.h
Windows
Windows 10, version 1607
Windows
IDDCX_ADAPTER_CAPS
iddcx/IDDCX_ADAPTER_CAPS
APIRef
kbSyntax
HeaderDef
iddcx.h
IDDCX_ADAPTER_CAPS

IDDCX_ADAPTER_CAPS structure

-description

The IDDCX_ADAPTER_CAPS structure provides information about the capabilities of the adapter.

-struct-fields

-field Size

Size, in bytes, of the structure.

-field Flags

An IDDCX_ADAPTER_FLAGS value specifying the adapter flags used by the driver.

-field MaxDisplayPipelineRate

Value that represents the total display bandwidth for the adapter. Each mode the driver reports to the OS also has a display pipeline rate associated with it and the OS ensures that the combined display pipeline rate of all the active modes will never exceed this value. The driver decides how many units it uses.

Some hardware have resource dependencies that allow them to support all modes in all configurations. For example, an adapter might be able to individually support a 4k mode on each of its two outputs but not 4k on each of the outputs at the same time. If driver does not have these restrictions then it can set all bandwidths to zero.

-field MaxMonitorsSupported

The maximum number of monitors that can be connected at the same time.

-field EndPointDiagnostics

An IDDCX_ENDPOINT_DIAGNOSTIC_INFO structure containing endpoint diagnostics information. This information is used for telemetry; it is not used for runtime OS decisions.

-field StaticDesktopReencodeFrameCount

The number of frames to request after the desktop goes idle if the driver's encoder requires multiple frames to continue improving quality.

-remarks

IDDCX_ADAPTER_CAPS is a member of the IDARG_IN_ADAPTER_INIT structure that is used to create a WDDM graphics adapter.

-see-also

IDARG_IN_ADAPTER_INIT

IDDCX_ADAPTER_FLAGS

IDDCX_ENDPOINT_DIAGNOSTIC_INFO

IddCxAdapterInitAsync