Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_dp.c36 static int nouveau_mst = 1; variable
37 module_param_named(mst, nouveau_mst, int, 0400);
94 ret = nv50_mstm_detect(nv_encoder->dp.mstm, dpcd, nouveau_mst); in nouveau_dp_detect()