Home
last modified time | relevance | path

Searched defs:drm_dp_sideband_msg_tx (Results 1 – 1 of 1) sorted by relevance

/linux-6.8/include/drm/display/
Ddrm_dp_mst_helper.h492 struct drm_dp_sideband_msg_tx { struct
493 u8 msg[256];
494 u8 chunk[48];
495 u8 cur_offset;
496 u8 cur_len;
497 struct drm_dp_mst_branch *dst;
498 struct list_head next;
499 int seqno;
500 int state;
501 bool path_msg;
[all …]