Searched defs:nv50_mstm (Results 1 – 2 of 2) sorted by relevance
120 struct nv50_mstm { struct121 struct nouveau_encoder *outp;123 struct drm_dp_mst_topology_mgr mgr;126 bool can_mst;127 bool is_mst;128 bool suspended;130 bool modified;131 bool disabled;132 int links;
848 #define nv50_mstm(p) container_of((p), struct nv50_mstm, mgr) macro1374 nv50_mstm = { variable