Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_dp_mst.c793 u8 mst_pipe_mask; in intel_dp_mst_check_fec_change() local
797 mst_pipe_mask = get_pipes_downstream_of_mst_port(state, mst_mgr, NULL); in intel_dp_mst_check_fec_change()
799 for_each_intel_crtc_in_pipe_mask(display->drm, crtc, mst_pipe_mask) { in intel_dp_mst_check_fec_change()
811 if (!fec_pipe_mask || mst_pipe_mask == fec_pipe_mask) in intel_dp_mst_check_fec_change()
814 limits->force_fec_pipes |= mst_pipe_mask; in intel_dp_mst_check_fec_change()
817 mst_pipe_mask); in intel_dp_mst_check_fec_change()
H A Dintel_ddi.c812 u8 mst_pipe_mask = 0, dp128b132b_pipe_mask = 0; in intel_ddi_get_encoder_pipes() local
878 mst_pipe_mask |= BIT(p); in intel_ddi_get_encoder_pipes()
890 if (!mst_pipe_mask && dp128b132b_pipe_mask) { in intel_ddi_get_encoder_pipes()
905 mst_pipe_mask = dp128b132b_pipe_mask; in intel_ddi_get_encoder_pipes()
908 if (!mst_pipe_mask && hweight8(*pipe_mask) > 1) { in intel_ddi_get_encoder_pipes()
916 if (mst_pipe_mask && mst_pipe_mask != *pipe_mask) in intel_ddi_get_encoder_pipes()
920 *pipe_mask, mst_pipe_mask, dp128b132b_pipe_mask); in intel_ddi_get_encoder_pipes()
922 *is_dp_mst = mst_pipe_mask; in intel_ddi_get_encoder_pipes()