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:
parent
0fd3fc6d54
commit
7cdb022588
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue