Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c944 struct nv50_msto *msto; in nv50_real_outp() local
949 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() argument
958 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() argument
985 struct nouveau_drm *drm = nouveau_drm(msto->encoder.dev); in nv50_msto_cleanup()
[all …]
Dhead.h19 struct nv50_msto *msto; member