Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c935 struct nv50_mstc *mstc; member
947 if (!msto->mstc) in nv50_real_outp()
949 return msto->mstc->mstm->outp; in nv50_real_outp()
956 struct nv50_mstc *mstc = msto->mstc; in nv50_msto_payload() local
957 struct nv50_mstm *mstm = mstc->mstm; in nv50_msto_payload()
958 int vcpi = mstc->port->vcpi.vcpi, i; in nv50_msto_payload()
983 struct nv50_mstc *mstc = msto->mstc; in nv50_msto_cleanup() local
984 struct nv50_mstm *mstm = mstc->mstm; in nv50_msto_cleanup()
991 drm_dp_mst_deallocate_vcpi(&mstm->mgr, mstc->port); in nv50_msto_cleanup()
993 msto->mstc = NULL; in nv50_msto_cleanup()
[all …]