Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp_mst.c783 u8 mst_pipe_mask; in intel_dp_mst_check_fec_change() local
787 mst_pipe_mask = get_pipes_downstream_of_mst_port(state, mst_mgr, NULL); in intel_dp_mst_check_fec_change()
789 for_each_intel_crtc_in_pipe_mask(display->drm, crtc, mst_pipe_mask) { in intel_dp_mst_check_fec_change()
801 if (!fec_pipe_mask || mst_pipe_mask == fec_pipe_mask) in intel_dp_mst_check_fec_change()
804 limits->force_fec_pipes |= mst_pipe_mask; in intel_dp_mst_check_fec_change()
807 mst_pipe_mask); in intel_dp_mst_check_fec_change()
H A Dintel_ddi.c790 u8 mst_pipe_mask = 0, dp128b132b_pipe_mask = 0; in intel_ddi_get_encoder_pipes() local
856 mst_pipe_mask |= BIT(p); in intel_ddi_get_encoder_pipes()
868 if (!mst_pipe_mask && dp128b132b_pipe_mask) { in intel_ddi_get_encoder_pipes()
883 mst_pipe_mask = dp128b132b_pipe_mask; in intel_ddi_get_encoder_pipes()
886 if (!mst_pipe_mask && hweight8(*pipe_mask) > 1) { in intel_ddi_get_encoder_pipes()
894 if (mst_pipe_mask && mst_pipe_mask != *pipe_mask) in intel_ddi_get_encoder_pipes()
898 *pipe_mask, mst_pipe_mask, dp128b132b_pipe_mask); in intel_ddi_get_encoder_pipes()
900 *is_dp_mst = mst_pipe_mask; in intel_ddi_get_encoder_pipes()