Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c626 struct nv50_mstc *mstc; member
634 struct nv50_mstc *mstc = msto->mstc; in nv50_msto_payload() local
635 struct nv50_mstm *mstm = mstc->mstm; in nv50_msto_payload()
636 int vcpi = mstc->port->vcpi.vcpi, i; in nv50_msto_payload()
659 struct nv50_mstc *mstc = msto->mstc; in nv50_msto_cleanup() local
660 struct nv50_mstm *mstm = mstc->mstm; in nv50_msto_cleanup()
663 if (mstc->port && mstc->port->vcpi.vcpi > 0 && !nv50_msto_payload(msto)) in nv50_msto_cleanup()
664 drm_dp_mst_deallocate_vcpi(&mstm->mgr, mstc->port); in nv50_msto_cleanup()
666 msto->mstc = NULL; in nv50_msto_cleanup()
676 struct nv50_mstc *mstc = msto->mstc; in nv50_msto_prepare() local
[all …]