Searched refs:msto (Results 1 – 2 of 2) sorted by relevance
944 struct nv50_msto *msto; in nv50_real_outp() local949 msto = nv50_msto(encoder); in nv50_real_outp()950 if (!msto->mstc) in nv50_real_outp()952 return msto->mstc->mstm->outp; in nv50_real_outp()956 nv50_msto_payload(struct nv50_msto *msto) in nv50_msto_payload() argument958 struct nouveau_drm *drm = nouveau_drm(msto->encoder.dev); in nv50_msto_payload()959 struct nv50_mstc *mstc = msto->mstc; in nv50_msto_payload()965 NV_ATOMIC(drm, "%s: vcpi %d\n", msto->encoder.name, vcpi); in nv50_msto_payload()983 nv50_msto_cleanup(struct nv50_msto *msto) in nv50_msto_cleanup() argument985 struct nouveau_drm *drm = nouveau_drm(msto->encoder.dev); in nv50_msto_cleanup()[all …]
19 struct nv50_msto *msto; member