Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c663 struct nv50_msto *msto[4]; member
688 nv50_msto_payload(struct nv50_msto *msto) in nv50_msto_payload() argument
690 struct nouveau_drm *drm = nouveau_drm(msto->encoder.dev); in nv50_msto_payload()
691 struct nv50_mstc *mstc = msto->mstc; in nv50_msto_payload()
697 NV_ATOMIC(drm, "%s: vcpi %d\n", msto->encoder.name, vcpi); in nv50_msto_payload()
715 nv50_msto_cleanup(struct nv50_msto *msto) in nv50_msto_cleanup() argument
717 struct nouveau_drm *drm = nouveau_drm(msto->encoder.dev); in nv50_msto_cleanup()
718 struct nv50_mstc *mstc = msto->mstc; in nv50_msto_cleanup()
721 if (!msto->disabled) in nv50_msto_cleanup()
724 NV_ATOMIC(drm, "%s: msto cleanup\n", msto->encoder.name); in nv50_msto_cleanup()
[all …]