Skip to content

Latest commit

 

History

History
80 lines (60 loc) · 2.25 KB

ns-dispmprt-dxgkarg_querydpcaps.md

File metadata and controls

80 lines (60 loc) · 2.25 KB
UID title ms.date targetos tech.root description req.construct-type req.ddi-compliance req.dll req.header req.include-header req.kmdf-ver req.lib req.max-support req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.typenames req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs
NS:dispmprt._DXGKARG_QUERYDPCAPS
DXGKARG_QUERYDPCAPS
03/24/2020
Windows
display
The DXGKARG_QUERYDPCAPS structure is a parameter for the DXGKDDI_QUERYDPCAPS callback.
structure
dispmprt.h
Windows 10. version 2004
DXGKARG_QUERYDPCAPS, *PDXGKARG_QUERYDPCAPS
apiref
HeaderDef
dispmprt.h
_DXGKARG_QUERYDPCAPS
PDXGKARG_QUERYDPCAPS
DXGKARG_QUERYDPCAPS
_DXGKARG_QUERYDPCAPS
dispmprt/_DXGKARG_QUERYDPCAPS
PDXGKARG_QUERYDPCAPS
dispmprt/PDXGKARG_QUERYDPCAPS
DXGKARG_QUERYDPCAPS
dispmprt/DXGKARG_QUERYDPCAPS
c++

DXGKARG_QUERYDPCAPS structure

-description

The DXGKARG_QUERYDPCAPS structure is a parameter for the DXGKDDI_QUERYDPCAPS callback.

-struct-fields

-field NumRootPorts

Number of DisplayPort (DP) capable connectors on the GPU, including the one for the eDP internal panel.

-field DPVersionMajor

Value that represents the major version of the DP protocol.

-field DPVersionMinor

Value that represents the minor version of the DP protocol.

-remarks

Subsequent transmission calls will refer to the DP connectors with RootPortIndex ranging from 0 to NumRootPorts - 1.

DPVersionMajor and DPVersionMinor is the highest version of the DP protocol supported by the driver and GPU DP root ports of major/minor versions. For example, DPVersionMajor == 1 and DPVersionMinor == 1 represent DP protocol 1.1, DPVersionMajor == 1 and DPVersionMinor == 2 is for 1.2, and so forth.

-see-also

DXGKDDI_DPAUXIOTRANSMISSION

DXGKDDI_DPI2CIOTRANSMISSION

DXGKDDI_DPSBMTRANSMISSION

DXGKDDI_QUERYDPCAPS