dp: mst: Added some more sideband message request identifiers.
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
This commit is contained in:
parent
b55738e267
commit
1b62220e4e
1 changed files with 7 additions and 0 deletions
|
@ -2372,13 +2372,20 @@
|
|||
* @{
|
||||
*/
|
||||
#define XDP_SBMSG_LINK_ADDRESS 0x01
|
||||
#define XDP_SBMSG_CONNECTION_STATUS_NOTIFY 0x02
|
||||
#define XDP_SBMSG_ENUM_PATH_RESOURCES 0x10
|
||||
#define XDP_SBMSG_ALLOCATE_PAYLOAD 0x11
|
||||
#define XDP_SBMSG_QUERY_PAYLOAD 0x12
|
||||
#define XDP_SBMSG_RESOURCE_STATUS_NOTIFY 0x13
|
||||
#define XDP_SBMSG_CLEAR_PAYLOAD_ID_TABLE 0x14
|
||||
#define XDP_SBMSG_REMOTE_DPCD_READ 0x20
|
||||
#define XDP_SBMSG_REMOTE_DPCD_WRITE 0x21
|
||||
#define XDP_SBMSG_REMOTE_I2C_READ 0x22
|
||||
#define XDP_SBMSG_REMOTE_I2C_WRITE 0x23
|
||||
#define XDP_SBMSG_POWER_UP_PHY 0x24
|
||||
#define XDP_SBMSG_POWER_DOWN_PHY 0x25
|
||||
#define XDP_SBMSG_SINK_EVENT_NOTIFY 0x30
|
||||
#define XDP_SBMSG_QUERY_STREAM_ENCRYPT_STATUS 0x38
|
||||
/* @} */
|
||||
|
||||
#define XDP_RX_NUM_I2C_ENTRIES_PER_PORT 3 /**< The number of I2C user-
|
||||
|
|
Loading…
Add table
Reference in a new issue