Searched refs:msto (Results 1 – 2 of 2) sorted by relevance
820 nv50_msto_payload(struct nv50_msto *msto) in nv50_msto_payload() argument822 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() argument849 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 …]
16 struct nv50_msto *msto; member