Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c653 struct nv50_msto *msto[4]; member
678 nv50_msto_payload(struct nv50_msto *msto) in nv50_msto_payload() argument
680 struct nouveau_drm *drm = nouveau_drm(msto->encoder.dev); in nv50_msto_payload()
681 struct nv50_mstc *mstc = msto->mstc; in nv50_msto_payload()
687 NV_ATOMIC(drm, "%s: vcpi %d\n", msto->encoder.name, vcpi); in nv50_msto_payload()
705 nv50_msto_cleanup(struct nv50_msto *msto) in nv50_msto_cleanup() argument
707 struct nouveau_drm *drm = nouveau_drm(msto->encoder.dev); in nv50_msto_cleanup()
708 struct nv50_mstc *mstc = msto->mstc; in nv50_msto_cleanup()
711 if (!msto->disabled) in nv50_msto_cleanup()
714 NV_ATOMIC(drm, "%s: msto cleanup\n", msto->encoder.name); in nv50_msto_cleanup()
[all …]