Searched refs:mstm (Results 1 – 3 of 3) sorted by relevance
52 struct nv50_mstm *mstm = NULL; in nouveau_dp_probe_dpcd() local66 mstm = outp->dp.mstm; in nouveau_dp_probe_dpcd()67 if (mstm) in nouveau_dp_probe_dpcd()68 mstm->can_mst = drm_dp_read_mst_cap(aux, dpcd); in nouveau_dp_probe_dpcd()107 struct nv50_mstm *mstm = nv_encoder->dp.mstm; in nouveau_dp_detect() local120 if (mstm) { in nouveau_dp_detect()125 if (mstm->suspended) { in nouveau_dp_detect()126 if (mstm->is_mst) in nouveau_dp_detect()141 if (mstm && mstm->can_mst && mstm->is_mst) { in nouveau_dp_detect()165 if (mstm && mstm->can_mst) { in nouveau_dp_detect()[all …]
65 struct nv50_mstm *mstm; member151 void nv50_mstm_remove(struct nv50_mstm *mstm);154 struct nv50_mstm *mstm);
921 struct nv50_mstm *mstm; member947 return msto->mstc->mstm->outp; in nv50_real_outp()955 struct nv50_mstm *mstm = mstc->mstm; in nv50_msto_payload() local958 WARN_ON(!mutex_is_locked(&mstm->mgr.payload_lock)); in nv50_msto_payload()961 for (i = 0; i < mstm->mgr.max_payloads; i++) { in nv50_msto_payload()962 struct drm_dp_payload *payload = &mstm->mgr.payloads[i]; in nv50_msto_payload()964 mstm->outp->base.base.name, i, payload->vcpi, in nv50_msto_payload()968 for (i = 0; i < mstm->mgr.max_payloads; i++) { in nv50_msto_payload()969 struct drm_dp_payload *payload = &mstm->mgr.payloads[i]; in nv50_msto_payload()982 struct nv50_mstm *mstm = mstc->mstm; in nv50_msto_cleanup() local[all …]