Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/nouveau/
Dnouveau_dp.c68 mstm->can_mst = drm_dp_read_mst_cap(aux, dpcd); in nouveau_dp_probe_dpcd()
151 if (mstm && mstm->can_mst && mstm->is_mst) { in nouveau_dp_detect()
190 if (mstm && mstm->can_mst) { in nouveau_dp_detect()
Dnouveau_encoder.h107 bool can_mst; member
/linux-6.1.9/drivers/gpu/drm/radeon/
Dradeon_mode.h463 bool can_mst; member
/linux-6.1.9/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c1503 if (!mstm || !mstm->can_mst) in nv50_mstm_detect()