Searched refs:msto (Results 1 – 2 of 2) sorted by relevance
907 struct nv50_msto *msto; in nv50_real_outp() local912 msto = nv50_msto(encoder); in nv50_real_outp()913 if (!msto->mstc) in nv50_real_outp()915 return msto->mstc->mstm->outp; in nv50_real_outp()919 nv50_msto_payload(struct nv50_msto *msto) in nv50_msto_payload() argument921 struct nouveau_drm *drm = nouveau_drm(msto->encoder.dev); in nv50_msto_payload()922 struct nv50_mstc *mstc = msto->mstc; in nv50_msto_payload()928 NV_ATOMIC(drm, "%s: vcpi %d\n", msto->encoder.name, vcpi); in nv50_msto_payload()946 nv50_msto_cleanup(struct nv50_msto *msto) in nv50_msto_cleanup() argument948 struct nouveau_drm *drm = nouveau_drm(msto->encoder.dev); in nv50_msto_cleanup()[all …]
19 struct nv50_msto *msto; member