Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_dp.c67 mstm->can_mst = drm_dp_read_mst_cap(aux, dpcd); in nouveau_dp_probe_dpcd()
158 if (mstm && mstm->can_mst && mstm->is_mst) { in nouveau_dp_detect()
197 if (mstm && mstm->can_mst) { in nouveau_dp_detect()
H A Dnouveau_encoder.h106 bool can_mst; member
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_mode.h459 bool can_mst; member
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c1408 if (!mstm || !mstm->can_mst) in nv50_mstm_detect()