Home
last modified time | relevance | path

Searched refs:compressed_bpp (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/i915/display/
Dintel_vdsc.c245 u16 compressed_bpp = pipe_config->dsc.compressed_bpp; in intel_dsc_compute_params() local
277 vdsc_cfg->bits_per_pixel = compressed_bpp << 4; in intel_dsc_compute_params()
298 if ((compressed_bpp == 8 || in intel_dsc_compute_params()
299 compressed_bpp == 12) && in intel_dsc_compute_params()
1037 crtc_state->dsc.compressed_bpp = vdsc_cfg->bits_per_pixel >> 4; in intel_dsc_get_config()
Dintel_dp_mst.c143 crtc_state->dsc.compressed_bpp = bpp; in intel_dp_mst_find_vcpi_slots_for_bpp()
238 last_compressed_bpp = crtc_state->dsc.compressed_bpp; in intel_dp_dsc_mst_compute_link_config()
240 crtc_state->dsc.compressed_bpp = intel_dp_dsc_nearest_valid_bpp(i915, in intel_dp_dsc_mst_compute_link_config()
244 if (crtc_state->dsc.compressed_bpp != last_compressed_bpp) in intel_dp_dsc_mst_compute_link_config()
253 crtc_state->dsc.compressed_bpp, in intel_dp_dsc_mst_compute_link_config()
254 crtc_state->dsc.compressed_bpp, in intel_dp_dsc_mst_compute_link_config()
260 intel_link_compute_m_n(crtc_state->dsc.compressed_bpp, in intel_dp_dsc_mst_compute_link_config()
Dicl_dsi.c333 bpp = crtc_state->dsc.compressed_bpp; in afe_clk()
863 mul = crtc_state->dsc.compressed_bpp; in gen11_dsi_set_transcoder_timings()
887 bpp = crtc_state->dsc.compressed_bpp; in gen11_dsi_set_transcoder_timings()
1454 if (pipe_config->dsc.compressed_bpp) { in gen11_dsi_get_timings()
1455 int div = pipe_config->dsc.compressed_bpp; in gen11_dsi_get_timings()
Dintel_dp.c1704 pipe_config->dsc.compressed_bpp = in intel_dp_dsc_compute_config()
1762 pipe_config->dsc.compressed_bpp = min_t(u16, in intel_dp_dsc_compute_config()
1768 pipe_config->dsc.compressed_bpp, in intel_dp_dsc_compute_config()
1785 pipe_config->dsc.compressed_bpp); in intel_dp_dsc_compute_config()
1793 pipe_config->dsc.compressed_bpp, in intel_dp_dsc_compute_config()
1875 pipe_config->dsc.compressed_bpp); in intel_dp_compute_link_config()
1880 pipe_config->dsc.compressed_bpp), in intel_dp_compute_link_config()
2312 output_bpp = pipe_config->dsc.compressed_bpp; in intel_dp_compute_config()
Dintel_display_types.h1356 u16 compressed_bpp; member
Dintel_audio.c531 vdsc_bpp = crtc_state->dsc.compressed_bpp; in calc_hblank_early_prog()
Dintel_bios.c3387 crtc_state->dsc.compressed_bpp = min(crtc_state->pipe_bpp, in fill_dsc()
Dintel_display.c5382 PIPE_CONF_CHECK_I(dsc.compressed_bpp); in intel_pipe_config_compare()