Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/i915/display/
Dintel_vdsc.c283 static int get_row_index_for_rc_params(u16 compressed_bpp) in get_row_index_for_rc_params() argument
285 switch (compressed_bpp) { in get_row_index_for_rc_params()
319 static const struct rc_parameters *get_rc_params(u16 compressed_bpp, in get_rc_params() argument
324 row_index = get_row_index_for_rc_params(compressed_bpp); in get_rc_params()
384 u16 compressed_bpp = pipe_config->dsc.compressed_bpp; in intel_dsc_compute_params() local
399 vdsc_cfg->bits_per_pixel = compressed_bpp << 4; in intel_dsc_compute_params()
415 if (compressed_bpp == 6) { in intel_dsc_compute_params()
420 rc_params = get_rc_params(compressed_bpp, vdsc_cfg->bits_per_component); in intel_dsc_compute_params()
1020 crtc_state->dsc.compressed_bpp = vdsc_cfg->bits_per_pixel >> 4; in intel_dsc_get_config()
Dicl_dsi.c322 bpp = crtc_state->dsc.compressed_bpp; in afe_clk()
850 mul = crtc_state->dsc.compressed_bpp; in gen11_dsi_set_transcoder_timings()
874 bpp = crtc_state->dsc.compressed_bpp; in gen11_dsi_set_transcoder_timings()
1402 if (pipe_config->dsc.compressed_bpp) { in gen11_dsi_get_timings()
1403 int div = pipe_config->dsc.compressed_bpp; in gen11_dsi_get_timings()
Dintel_dp.c2268 pipe_config->dsc.compressed_bpp = in intel_dp_dsc_compute_config()
2293 pipe_config->dsc.compressed_bpp = min_t(u16, in intel_dp_dsc_compute_config()
2319 pipe_config->dsc.compressed_bpp); in intel_dp_dsc_compute_config()
2327 pipe_config->dsc.compressed_bpp, in intel_dp_dsc_compute_config()
2409 pipe_config->dsc.compressed_bpp); in intel_dp_compute_link_config()
2414 pipe_config->dsc.compressed_bpp), in intel_dp_compute_link_config()
2758 output_bpp = pipe_config->dsc.compressed_bpp; in intel_dp_compute_config()
Dintel_display_types.h1051 u16 compressed_bpp; member
Dintel_audio.c531 vdsc_bpp = crtc_state->dsc.compressed_bpp; in calc_hblank_early_prog()
Dintel_bios.c2504 crtc_state->dsc.compressed_bpp = min(crtc_state->pipe_bpp, in fill_dsc()
Dintel_display.c14045 PIPE_CONF_CHECK_I(dsc.compressed_bpp); in intel_pipe_config_compare()