Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/drm/include/drm/
H A Ddrm_dp_mst_helper.h123 struct drm_dp_mst_branch { struct
124 struct kref kref;
125 u8 rad[8];
126 u8 lct;
127 int num_ports;
129 int msg_slots;
130 struct list_head ports;
133 struct drm_dp_mst_port *port_parent;
134 struct drm_dp_mst_topology_mgr *mgr;
137 struct drm_dp_sideband_msg_tx *tx_slots[2];
[all …]