Searched defs:drm_dp_mst_topology_mgr (Results 1 – 1 of 1) sorted by relevance
416 struct drm_dp_mst_topology_mgr { struct418 struct device *dev;419 struct drm_dp_mst_topology_cbs *cbs;420 int max_dpcd_transaction_bytes;421 struct drm_dp_aux *aux; /* auxch for this topology mgr to use */422 int max_payloads;423 int conn_base_id;426 struct drm_dp_sideband_msg_rx down_rep_recv;427 struct drm_dp_sideband_msg_rx up_req_recv;430 struct mutex lock; /* protects mst_state + primary + dpcd */[all …]