dp: rx: mst: Added a payload table into the RX structure.

When the upstream device issues an ALLOCATE_PAYLOAD sideband message request,
this table is updated to represent the allocated bandwidth for each stream.

Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
This commit is contained in:
Andrei-Liviu Simion 2015-04-08 19:55:17 -07:00 committed by Nava kishore Manne
parent 0fd3fc6d54
commit 7cdb022588

View file

@ -619,6 +619,9 @@ typedef struct {
XDp_SbMsgLinkAddressReplyDeviceInfo LinkAddressInfo; /**< Topology
information used by the RX to
form the LINK_ADDRESS reply. */
u8 PayloadTable[64]; /**< The payload table of the RX
representing allocated bandwidth
per stream. */
XDp_RxPorts Ports[16]; /**< Port information additional to that
contained in LinkAddressInfo. */
} XDp_RxTopology;