Home
last modified time | relevance | path

Searched refs:nv50_msto (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c858 #define nv50_msto(p) container_of((p), struct nv50_msto, encoder) macro
869 struct nv50_msto { struct
883 struct nv50_msto *msto; in nv50_real_outp() argument
888 msto = nv50_msto(encoder); in nv50_real_outp()
898 struct nv50_msto *msto) in nv50_msto_cleanup()
931 struct nv50_msto *msto) in nv50_msto_prepare()
1029 struct nv50_msto *msto = nv50_msto(encoder); in nv50_msto_atomic_enable()
1078 struct nv50_msto *mst in nv50_msto_atomic_disable()
1108 nv50_msto = { global() variable
[all...]
H A Ddisp.h9 struct nv50_msto;