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