Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_dp.c37 static int nouveau_mst = 1; variable
38 module_param_named(mst, nouveau_mst, int, 0400);
95 ret = nv50_mstm_detect(nv_encoder->dp.mstm, dpcd, nouveau_mst); in nouveau_dp_detect()