Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/nouveau/
Dnouveau_encoder.h120 struct nv50_mstm { struct
121 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;
/linux-6.12.1/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c848 #define nv50_mstm(p) container_of((p), struct nv50_mstm, mgr) macro
1374 nv50_mstm = { variable