Searched refs:msto (Results 1 – 2 of 2) sorted by relevance
973 struct nv50_msto *msto; in nv50_real_outp() local978 msto = nv50_msto(encoder); in nv50_real_outp()979 if (!msto->mstc) in nv50_real_outp()981 return msto->mstc->mstm->outp; in nv50_real_outp()985 nv50_msto_payload(struct nv50_msto *msto) in nv50_msto_payload() argument987 struct nouveau_drm *drm = nouveau_drm(msto->encoder.dev); in nv50_msto_payload()988 struct nv50_mstc *mstc = msto->mstc; in nv50_msto_payload()994 NV_ATOMIC(drm, "%s: vcpi %d\n", msto->encoder.name, vcpi); in nv50_msto_payload()1012 nv50_msto_cleanup(struct nv50_msto *msto) in nv50_msto_cleanup() argument1014 struct nouveau_drm *drm = nouveau_drm(msto->encoder.dev); in nv50_msto_cleanup()[all …]
19 struct nv50_msto *msto; member