Lines Matching refs:dsc
55 bool dsc) in intel_dp_mst_find_vcpi_slots_for_bpp() argument
85 dsc ? bpp << 4 : bpp, in intel_dp_mst_find_vcpi_slots_for_bpp()
86 dsc); in intel_dp_mst_find_vcpi_slots_for_bpp()
115 if (!dsc) in intel_dp_mst_find_vcpi_slots_for_bpp()
118 crtc_state->dsc.compressed_bpp = bpp; in intel_dp_mst_find_vcpi_slots_for_bpp()
119 drm_dbg_kms(&i915->drm, "Got %d slots for pipe bpp %d dsc %d\n", slots, bpp, dsc); in intel_dp_mst_find_vcpi_slots_for_bpp()
213 last_compressed_bpp = crtc_state->dsc.compressed_bpp; in intel_dp_dsc_mst_compute_link_config()
215 crtc_state->dsc.compressed_bpp = intel_dp_dsc_nearest_valid_bpp(i915, in intel_dp_dsc_mst_compute_link_config()
219 if (crtc_state->dsc.compressed_bpp != last_compressed_bpp) in intel_dp_dsc_mst_compute_link_config()
228 crtc_state->dsc.compressed_bpp, in intel_dp_dsc_mst_compute_link_config()
229 crtc_state->dsc.compressed_bpp, in intel_dp_dsc_mst_compute_link_config()
860 bool dsc = false, bigjoiner = false; in intel_dp_mst_mode_valid_ctx() local
930 dsc = dsc_max_output_bpp && dsc_slice_count; in intel_dp_mst_mode_valid_ctx()
937 if (DISPLAY_VER(dev_priv) < 13 && bigjoiner && !dsc) in intel_dp_mst_mode_valid_ctx()
940 if (mode_rate > max_rate && !dsc) in intel_dp_mst_mode_valid_ctx()