Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/
Dnouveau_encoder.h101 struct nv50_mstm { struct
102 struct nouveau_encoder *outp;
104 struct drm_dp_mst_topology_mgr mgr;
107 bool can_mst;
108 bool is_mst;
109 bool suspended;
111 bool modified;
112 bool disabled;
113 int links;
/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c947 #define nv50_mstm(p) container_of((p), struct nv50_mstm, mgr) macro
1461 nv50_mstm = { variable