Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
H A Dnouveau_dispnv50_disp.c820 nv50_msto_payload(struct nv50_msto *msto) in nv50_msto_payload() argument
822 struct nouveau_drm *drm = nouveau_drm(msto->encoder.dev); in nv50_msto_payload()
823 struct nv50_mstc *mstc = msto->mstc; in nv50_msto_payload()
829 NV_ATOMIC(drm, "%s: vcpi %d\n", msto->encoder.name, vcpi); in nv50_msto_payload()
847 nv50_msto_cleanup(struct nv50_msto *msto) in nv50_msto_cleanup() argument
849 struct nouveau_drm *drm = nouveau_drm(msto->encoder.dev); in nv50_msto_cleanup()
850 struct nv50_mstc *mstc = msto->mstc; in nv50_msto_cleanup()
853 if (!msto->disabled) in nv50_msto_cleanup()
856 NV_ATOMIC(drm, "%s: msto cleanup\n", msto->encoder.name); in nv50_msto_cleanup()
860 msto->mstc = NULL; in nv50_msto_cleanup()
[all …]
H A Dhead.h16 struct nv50_msto *msto; member