Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/ !
H A Dnouveau_dp.c171 mstm->can_mst = drm_dp_read_mst_cap(aux, dpcd) == DRM_DP_MST; in nouveau_dp_probe_dpcd()
259 if (mstm && mstm->can_mst && mstm->is_mst) { in nouveau_dp_detect()
273 if (mstm && mstm->can_mst) { in nouveau_dp_detect()
H A Dnouveau_encoder.h127 bool can_mst; member
/linux/drivers/gpu/drm/nouveau/dispnv50/ !
H A Ddisp.c1439 if (!mstm || !mstm->can_mst) in nv50_mstm_detect()