Home
last modified time | relevance | path

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

/linux-6.1.9/include/drm/display/
Ddrm_dp_mst_helper.h489 struct drm_dp_sideband_msg_tx { struct
490 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 …]