Lines Matching refs:pipe_mask
4254 u8 *pipe_mask) in intel_dp_get_active_pipes() argument
4261 *pipe_mask = 0; in intel_dp_get_active_pipes()
4292 *pipe_mask |= BIT(crtc->pipe); in intel_dp_get_active_pipes()
4313 u8 pipe_mask; in intel_dp_retrain_link() local
4327 ret = intel_dp_get_active_pipes(intel_dp, ctx, &pipe_mask); in intel_dp_retrain_link()
4331 if (pipe_mask == 0) in intel_dp_retrain_link()
4340 for_each_intel_crtc_in_pipe_mask(&dev_priv->drm, crtc, pipe_mask) { in intel_dp_retrain_link()
4351 for_each_intel_crtc_in_pipe_mask(&dev_priv->drm, crtc, pipe_mask) { in intel_dp_retrain_link()
4368 for_each_intel_crtc_in_pipe_mask(&dev_priv->drm, crtc, pipe_mask) { in intel_dp_retrain_link()
4386 u8 *pipe_mask) in intel_dp_prep_phy_test() argument
4393 *pipe_mask = 0; in intel_dp_prep_phy_test()
4424 *pipe_mask |= BIT(crtc->pipe); in intel_dp_prep_phy_test()
4437 u8 pipe_mask; in intel_dp_do_phy_test() local
4445 ret = intel_dp_prep_phy_test(intel_dp, ctx, &pipe_mask); in intel_dp_do_phy_test()
4449 if (pipe_mask == 0) in intel_dp_do_phy_test()
4455 for_each_intel_crtc_in_pipe_mask(&dev_priv->drm, crtc, pipe_mask) { in intel_dp_do_phy_test()