Searched refs:msto (Results 1 – 2 of 2) sorted by relevance
940 struct nv50_msto *msto; in nv50_real_outp() local945 msto = nv50_msto(encoder); in nv50_real_outp()946 if (!msto->mstc) in nv50_real_outp()948 return msto->mstc->mstm->outp; in nv50_real_outp()955 struct nv50_msto *msto) in nv50_msto_cleanup() argument957 struct nouveau_drm *drm = nouveau_drm(msto->encoder.dev); in nv50_msto_cleanup()959 drm_atomic_get_mst_payload_state(mst_state, msto->mstc->port); in nv50_msto_cleanup()961 NV_ATOMIC(drm, "%s: msto cleanup\n", msto->encoder.name); in nv50_msto_cleanup()963 if (msto->disabled) { in nv50_msto_cleanup()964 msto->mstc = NULL; in nv50_msto_cleanup()[all …]
19 struct nv50_msto *msto; member