Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c907 struct nv50_msto *msto; in nv50_real_outp() local
912 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() argument
921 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() argument
948 struct nouveau_drm *drm = nouveau_drm(msto->encoder.dev); in nv50_msto_cleanup()
[all …]
Dhead.h19 struct nv50_msto *msto; member