Home
last modified time | relevance | path

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

/linux-6.12.1/include/drm/display/
Ddrm_dp_mst_helper.h491 struct drm_dp_sideband_msg_tx { struct
492 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 …]