Home
last modified time | relevance | path

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

/linux-6.14.4/include/drm/display/
Ddrm_dp_mst_helper.h498 struct drm_dp_sideband_msg_tx { struct
499 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 …]