Searched defs:drm_dp_sideband_msg_tx (Results 1 – 1 of 1) sorted by relevance
491 struct drm_dp_sideband_msg_tx { struct492 u8 msg[256];493 u8 chunk[48];494 u8 cur_offset;495 u8 cur_len;496 struct drm_dp_mst_branch *dst;497 struct list_head next;498 int seqno;499 int state;500 bool path_msg;[all …]