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