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