Searched defs:nv50_mstm (Results 1 – 2 of 2) sorted by relevance
98 struct nv50_mstm { struct99 struct nouveau_encoder *outp;101 struct drm_dp_mst_topology_mgr mgr;104 bool can_mst;105 bool is_mst;106 bool suspended;108 bool modified;109 bool disabled;110 int links;
949 #define nv50_mstm(p) container_of((p), struct nv50_mstm, mgr) macro1483 nv50_mstm = { variable