dp12
Xilinx SDK Drivers API Documentation
XDp_TxTopology Struct Reference

This typedef describes a the entire topology of connected downstream DisplayPort devices (from the DisplayPort TX) when the driver is operating in multi-stream transport (MST) mode. More...

Data Fields

u8 NodeTotal
 The total number of nodes that were found in the MST topology. More...
 
XDp_TxTopologyNode NodeTable [63]
 A table listing all the nodes in the MST topology. More...
 
u8 SinkTotal
 The total number of sinks in the MST topology. More...
 
XDp_TxTopologyNodeSinkList [63]
 A pointer list of sinks in the MST topology. More...
 

Detailed Description

This typedef describes a the entire topology of connected downstream DisplayPort devices (from the DisplayPort TX) when the driver is operating in multi-stream transport (MST) mode.

Field Documentation

◆ NodeTable

XDp_TxTopologyNode XDp_TxTopology::NodeTable[63]

A table listing all the nodes in the MST topology.

◆ NodeTotal

u8 XDp_TxTopology::NodeTotal

The total number of nodes that were found in the MST topology.

◆ SinkList

XDp_TxTopologyNode* XDp_TxTopology::SinkList[63]

A pointer list of sinks in the MST topology.

The entries will point to the sinks in the NodeTable.

◆ SinkTotal

u8 XDp_TxTopology::SinkTotal

The total number of sinks in the MST topology.