Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_dp_mst.c760 u8 mst_pipe_mask; in intel_dp_mst_check_fec_change() local
764 mst_pipe_mask = get_pipes_downstream_of_mst_port(state, mst_mgr, NULL); in intel_dp_mst_check_fec_change()
766 for_each_intel_crtc_in_pipe_mask(&i915->drm, crtc, mst_pipe_mask) { in intel_dp_mst_check_fec_change()
778 if (!fec_pipe_mask || mst_pipe_mask == fec_pipe_mask) in intel_dp_mst_check_fec_change()
781 limits->force_fec_pipes |= mst_pipe_mask; in intel_dp_mst_check_fec_change()
784 mst_pipe_mask); in intel_dp_mst_check_fec_change()
Dintel_ddi.c777 u8 mst_pipe_mask; in intel_ddi_get_encoder_pipes() local
814 mst_pipe_mask = 0; in intel_ddi_get_encoder_pipes()
844 mst_pipe_mask |= BIT(p); in intel_ddi_get_encoder_pipes()
854 if (!mst_pipe_mask && hweight8(*pipe_mask) > 1) { in intel_ddi_get_encoder_pipes()
862 if (mst_pipe_mask && mst_pipe_mask != *pipe_mask) in intel_ddi_get_encoder_pipes()
866 *pipe_mask, mst_pipe_mask); in intel_ddi_get_encoder_pipes()
868 *is_dp_mst = mst_pipe_mask; in intel_ddi_get_encoder_pipes()