Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_encoder.h100 struct nv50_mstm { struct
101 struct nouveau_encoder *outp;
103 struct drm_dp_mst_topology_mgr mgr;
106 bool can_mst;
107 bool is_mst;
108 bool suspended;
110 bool modified;
111 bool disabled;
112 int links;
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c847 #define nv50_mstm(p) container_of((p), struct nv50_mstm, mgr) macro
1350 nv50_mstm = { variable