Searched defs:drm_dp_sideband_msg_tx (Results 1 – 1 of 1) sorted by relevance
498 struct drm_dp_sideband_msg_tx { struct499 u8 msg[256];500 u8 chunk[48];501 u8 cur_offset;502 u8 cur_len;503 struct drm_dp_mst_branch *dst;504 struct list_head next;505 int seqno;506 int state;507 bool path_msg;[all …]