![]() |
dp
Xilinx SDK Drivers API Documentation
|
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_TxTopologyNode * | SinkList [63] |
| A pointer list of sinks in the MST topology. More... | |
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.
| XDp_TxTopologyNode XDp_TxTopology::NodeTable[63] |
A table listing all the nodes in the MST topology.
| u8 XDp_TxTopology::NodeTotal |
The total number of nodes that were found in the MST topology.
| 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.
| u8 XDp_TxTopology::SinkTotal |
The total number of sinks in the MST topology.