Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_vdsc.c289 static int get_row_index_for_rc_params(u16 compressed_bpp) in get_row_index_for_rc_params() argument
291 switch (compressed_bpp) { in get_row_index_for_rc_params()
325 static const struct rc_parameters *get_rc_params(u16 compressed_bpp, in get_rc_params() argument
330 row_index = get_row_index_for_rc_params(compressed_bpp); in get_rc_params()
457 u16 compressed_bpp = pipe_config->dsc.compressed_bpp; in intel_dsc_compute_params() local
472 vdsc_cfg->bits_per_pixel = compressed_bpp << 4; in intel_dsc_compute_params()
488 if (compressed_bpp == 6) { in intel_dsc_compute_params()
506 rc_params = get_rc_params(compressed_bpp, in intel_dsc_compute_params()
1215 crtc_state->dsc.compressed_bpp = vdsc_cfg->bits_per_pixel >> 4; in intel_dsc_get_config()
Dicl_dsi.c345 bpp = crtc_state->dsc.compressed_bpp; in afe_clk()
905 mul = crtc_state->dsc.compressed_bpp; in gen11_dsi_set_transcoder_timings()
929 bpp = crtc_state->dsc.compressed_bpp; in gen11_dsi_set_transcoder_timings()
1502 if (pipe_config->dsc.compressed_bpp) { in gen11_dsi_get_timings()
1503 int div = pipe_config->dsc.compressed_bpp; in gen11_dsi_get_timings()
Dintel_dp.c1509 pipe_config->dsc.compressed_bpp = in intel_dp_dsc_compute_config()
1537 pipe_config->dsc.compressed_bpp = min_t(u16, in intel_dp_dsc_compute_config()
1565 pipe_config->dsc.compressed_bpp); in intel_dp_dsc_compute_config()
1573 pipe_config->dsc.compressed_bpp, in intel_dp_dsc_compute_config()
1655 pipe_config->dsc.compressed_bpp); in intel_dp_compute_link_config()
1660 pipe_config->dsc.compressed_bpp), in intel_dp_compute_link_config()
2069 output_bpp = pipe_config->dsc.compressed_bpp; in intel_dp_compute_config()
Dintel_display_types.h1273 u16 compressed_bpp; member
Dintel_audio.c534 vdsc_bpp = crtc_state->dsc.compressed_bpp; in calc_hblank_early_prog()
Dintel_bios.c3449 crtc_state->dsc.compressed_bpp = min(crtc_state->pipe_bpp, in fill_dsc()
Dintel_display.c5904 PIPE_CONF_CHECK_I(dsc.compressed_bpp); in intel_pipe_config_compare()