Home
last modified time | relevance | path

Searched defs:nv50_mstm (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/drm/nouveau/
Dnouveau_encoder.h98 struct nv50_mstm { struct
99 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;
/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c949 #define nv50_mstm(p) container_of((p), struct nv50_mstm, mgr) macro
1483 nv50_mstm = { variable