Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c875 struct nv50_msto *msto; in nv50_real_outp() local
880 msto = nv50_msto(encoder); in nv50_real_outp()
881 if (!msto->mstc) in nv50_real_outp()
883 return msto->mstc->mstm->outp; in nv50_real_outp()
890 struct nv50_msto *msto) in nv50_msto_cleanup() argument
892 struct nouveau_drm *drm = nouveau_drm(msto->encoder.dev); in nv50_msto_cleanup()
894 drm_atomic_get_mst_payload_state(new_mst_state, msto->mstc->port); in nv50_msto_cleanup()
898 drm_atomic_get_mst_payload_state(old_mst_state, msto->mstc->port); in nv50_msto_cleanup()
899 struct nv50_mstc *mstc = msto->mstc; in nv50_msto_cleanup()
902 NV_ATOMIC(drm, "%s: msto cleanup\n", msto->encoder.name); in nv50_msto_cleanup()
[all …]
H A Dhead.h19 struct nv50_msto *msto; member