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.c877 u8 mst_pipe_mask; in intel_dp_mst_check_dsc_change() local
881 mst_pipe_mask = get_pipes_downstream_of_mst_port(state, mst_mgr, NULL); in intel_dp_mst_check_dsc_change()
883 for_each_intel_crtc_in_pipe_mask(display, crtc, mst_pipe_mask) { in intel_dp_mst_check_dsc_change()
895 if (!dsc_pipe_mask || mst_pipe_mask == dsc_pipe_mask) in intel_dp_mst_check_dsc_change()
898 limits->link_dsc_pipes |= mst_pipe_mask; in intel_dp_mst_check_dsc_change()
901 mst_pipe_mask); in intel_dp_mst_check_dsc_change()
H A Dintel_ddi.c813 u8 mst_pipe_mask = 0, dp128b132b_pipe_mask = 0; in intel_ddi_get_encoder_pipes() local
879 mst_pipe_mask |= BIT(p); in intel_ddi_get_encoder_pipes()
891 if (!mst_pipe_mask && dp128b132b_pipe_mask) { in intel_ddi_get_encoder_pipes()
906 mst_pipe_mask = dp128b132b_pipe_mask; in intel_ddi_get_encoder_pipes()
909 if (!mst_pipe_mask && hweight8(*pipe_mask) > 1) { in intel_ddi_get_encoder_pipes()
917 if (mst_pipe_mask && mst_pipe_mask != *pipe_mask) in intel_ddi_get_encoder_pipes()
921 *pipe_mask, mst_pipe_mask, dp128b132b_pipe_mask); in intel_ddi_get_encoder_pipes()
923 *is_dp_mst = mst_pipe_mask; in intel_ddi_get_encoder_pipes()