Home
last modified time | relevance | path

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

/linux-6.6.21/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.c142 crtc_state->dsc.compressed_bpp = bpp; in intel_dp_mst_find_vcpi_slots_for_bpp()
237 last_compressed_bpp = crtc_state->dsc.compressed_bpp; in intel_dp_dsc_mst_compute_link_config()
239 crtc_state->dsc.compressed_bpp = intel_dp_dsc_nearest_valid_bpp(i915, in intel_dp_dsc_mst_compute_link_config()
243 if (crtc_state->dsc.compressed_bpp != last_compressed_bpp) in intel_dp_dsc_mst_compute_link_config()
252 crtc_state->dsc.compressed_bpp, in intel_dp_dsc_mst_compute_link_config()
253 crtc_state->dsc.compressed_bpp, in intel_dp_dsc_mst_compute_link_config()
259 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()
1460 if (pipe_config->dsc.compressed_bpp) { in gen11_dsi_get_timings()
1461 int div = pipe_config->dsc.compressed_bpp; in gen11_dsi_get_timings()
Dintel_dp.c1708 pipe_config->dsc.compressed_bpp = in intel_dp_dsc_compute_config()
1766 pipe_config->dsc.compressed_bpp = min_t(u16, in intel_dp_dsc_compute_config()
1772 pipe_config->dsc.compressed_bpp, in intel_dp_dsc_compute_config()
1789 pipe_config->dsc.compressed_bpp); in intel_dp_dsc_compute_config()
1797 pipe_config->dsc.compressed_bpp, in intel_dp_dsc_compute_config()
1879 pipe_config->dsc.compressed_bpp); in intel_dp_compute_link_config()
1884 pipe_config->dsc.compressed_bpp), in intel_dp_compute_link_config()
2319 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.c5383 PIPE_CONF_CHECK_I(dsc.compressed_bpp); in intel_pipe_config_compare()