Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.h109 bool nv50_has_mst(struct nouveau_drm *drm);
H A Ddisp.c1709 bool nv50_has_mst(struct nouveau_drm *drm) in nv50_has_mst() function
1777 nv50_has_mst(drm)) { in nv50_sor_create()
2570 bool has_mst = nv50_has_mst(drm); in nv50_display_create()
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_connector.c1123 if (!nv_conn->dp_encoder || !nv50_has_mst(nouveau_drm(connector->dev))) in nouveau_connector_atomic_check()