Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c940 struct nv50_msto *msto; in nv50_real_outp() local
945 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() argument
957 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 …]
Dhead.h19 struct nv50_msto *msto; member