Searched refs:mstm_ctrl (Results 1 – 1 of 1) sorted by relevance
1253 u8 mstm_ctrl; in nv50_mstm_detect() local1266 ret = drm_dp_dpcd_readb(aux, DP_MSTM_CTRL, &mstm_ctrl); in nv50_mstm_detect()1267 if (ret < 0 || !(mstm_ctrl & DP_MST_EN)) { in nv50_mstm_detect()