Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_vdsc.c285 static int get_row_index_for_rc_params(u16 compressed_bpp) in get_row_index_for_rc_params() argument
287 switch (compressed_bpp) { in get_row_index_for_rc_params()
321 static const struct rc_parameters *get_rc_params(u16 compressed_bpp, in get_rc_params() argument
326 row_index = get_row_index_for_rc_params(compressed_bpp); in get_rc_params()
452 u16 compressed_bpp = pipe_config->dsc.compressed_bpp; in intel_dsc_compute_params() local
468 vdsc_cfg->bits_per_pixel = compressed_bpp << 4; in intel_dsc_compute_params()
484 if (compressed_bpp == 6) { in intel_dsc_compute_params()
502 rc_params = get_rc_params(compressed_bpp, in intel_dsc_compute_params()
1265 crtc_state->dsc.compressed_bpp = vdsc_cfg->bits_per_pixel >> 4; in intel_dsc_get_config()
Dicl_dsi.c352 bpp = crtc_state->dsc.compressed_bpp; in afe_clk()
915 mul = crtc_state->dsc.compressed_bpp; in gen11_dsi_set_transcoder_timings()
939 bpp = crtc_state->dsc.compressed_bpp; in gen11_dsi_set_transcoder_timings()
1492 if (pipe_config->dsc.compressed_bpp) { in gen11_dsi_get_timings()
1493 int div = pipe_config->dsc.compressed_bpp; in gen11_dsi_get_timings()
Dintel_dp.c1219 pipe_config->dsc.compressed_bpp = in intel_dp_dsc_compute_config()
1247 pipe_config->dsc.compressed_bpp = min_t(u16, in intel_dp_dsc_compute_config()
1260 pipe_config->dsc.compressed_bpp = in intel_dp_dsc_compute_config()
1291 pipe_config->dsc.compressed_bpp); in intel_dp_dsc_compute_config()
1299 pipe_config->dsc.compressed_bpp, in intel_dp_dsc_compute_config()
1383 pipe_config->dsc.compressed_bpp); in intel_dp_compute_link_config()
1388 pipe_config->dsc.compressed_bpp), in intel_dp_compute_link_config()
1713 output_bpp = pipe_config->dsc.compressed_bpp; in intel_dp_compute_config()
Dintel_display_types.h1200 u16 compressed_bpp; member
Dintel_audio.c532 vdsc_bpp = crtc_state->dsc.compressed_bpp; in calc_hblank_early_prog()
Dintel_bios.c2735 crtc_state->dsc.compressed_bpp = min(crtc_state->pipe_bpp, in fill_dsc()
Dintel_display_debugfs.c2421 seq_printf(m, "Compressed_BPP: %d\n", crtc_state->dsc.compressed_bpp); in i915_dsc_bpp_show()
Dintel_display.c8804 PIPE_CONF_CHECK_I(dsc.compressed_bpp); in intel_pipe_config_compare()