Searched defs:nv50_mstm (Results 1 – 2 of 2) sorted by relevance
92 struct nv50_mstm { struct93 struct nouveau_encoder *outp;95 struct drm_dp_mst_topology_mgr mgr;98 bool can_mst;99 bool is_mst;100 bool suspended;102 bool modified;103 bool disabled;104 int links;
884 #define nv50_mstm(p) container_of((p), struct nv50_mstm, mgr) macro1415 nv50_mstm = { variable