Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/nouveau/
Dnouveau_encoder.h121 struct nv50_mstm { struct
122 struct nouveau_encoder *outp;
124 struct drm_dp_mst_topology_mgr mgr;
127 bool can_mst;
128 bool is_mst;
129 bool suspended;
131 bool modified;
132 bool disabled;
133 int links;
/linux-6.15/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c848 #define nv50_mstm(p) container_of((p), struct nv50_mstm, mgr) macro
1373 nv50_mstm = { variable