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.c817 u8 mst_pipe_mask; in intel_dp_mst_check_fec_change() local
821 mst_pipe_mask = get_pipes_downstream_of_mst_port(state, mst_mgr, NULL); in intel_dp_mst_check_fec_change()
823 for_each_intel_crtc_in_pipe_mask(display->drm, crtc, mst_pipe_mask) { in intel_dp_mst_check_fec_change()
835 if (!fec_pipe_mask || mst_pipe_mask == fec_pipe_mask) in intel_dp_mst_check_fec_change()
838 limits->force_fec_pipes |= mst_pipe_mask; in intel_dp_mst_check_fec_change()
841 mst_pipe_mask); in intel_dp_mst_check_fec_change()
H A Dintel_ddi.c806 u8 mst_pipe_mask = 0, dp128b132b_pipe_mask = 0; in intel_ddi_get_encoder_pipes() local
872 mst_pipe_mask |= BIT(p); in intel_ddi_get_encoder_pipes()
884 if (!mst_pipe_mask && dp128b132b_pipe_mask) { in intel_ddi_get_encoder_pipes()
899 mst_pipe_mask = dp128b132b_pipe_mask; in intel_ddi_get_encoder_pipes()
902 if (!mst_pipe_mask && hweight8(*pipe_mask) > 1) { in intel_ddi_get_encoder_pipes()
910 if (mst_pipe_mask && mst_pipe_mask != *pipe_mask) in intel_ddi_get_encoder_pipes()
914 *pipe_mask, mst_pipe_mask, dp128b132b_pipe_mask); in intel_ddi_get_encoder_pipes()
916 *is_dp_mst = mst_pipe_mask; in intel_ddi_get_encoder_pipes()