Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
A 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()
450 u16 compressed_bpp = pipe_config->dsc.compressed_bpp; in intel_dsc_compute_params() local
466 vdsc_cfg->bits_per_pixel = compressed_bpp << 4; in intel_dsc_compute_params()
482 if (compressed_bpp == 6) { in intel_dsc_compute_params()
500 rc_params = get_rc_params(compressed_bpp, in intel_dsc_compute_params()
1262 crtc_state->dsc.compressed_bpp = vdsc_cfg->bits_per_pixel >> 4; in intel_dsc_get_config()
A Dicl_dsi.c337 bpp = crtc_state->dsc.compressed_bpp; in afe_clk()
897 mul = crtc_state->dsc.compressed_bpp; in gen11_dsi_set_transcoder_timings()
921 bpp = crtc_state->dsc.compressed_bpp; in gen11_dsi_set_transcoder_timings()
1495 if (pipe_config->dsc.compressed_bpp) { in gen11_dsi_get_timings()
1496 int div = pipe_config->dsc.compressed_bpp; in gen11_dsi_get_timings()
A Dintel_dp.c1360 pipe_config->dsc.compressed_bpp = in intel_dp_dsc_compute_config()
1388 pipe_config->dsc.compressed_bpp = min_t(u16, in intel_dp_dsc_compute_config()
1401 pipe_config->dsc.compressed_bpp = in intel_dp_dsc_compute_config()
1432 pipe_config->dsc.compressed_bpp); in intel_dp_dsc_compute_config()
1440 pipe_config->dsc.compressed_bpp, in intel_dp_dsc_compute_config()
1522 pipe_config->dsc.compressed_bpp); in intel_dp_compute_link_config()
1527 pipe_config->dsc.compressed_bpp), in intel_dp_compute_link_config()
1810 output_bpp = pipe_config->dsc.compressed_bpp; in intel_dp_compute_config()
A Dintel_display_types.h1205 u16 compressed_bpp; member
A Dintel_audio.c532 vdsc_bpp = crtc_state->dsc.compressed_bpp; in calc_hblank_early_prog()
A Dintel_bios.c2777 crtc_state->dsc.compressed_bpp = min(crtc_state->pipe_bpp, in fill_dsc()
A Dintel_display_debugfs.c2395 seq_printf(m, "Compressed_BPP: %d\n", crtc_state->dsc.compressed_bpp); in i915_dsc_bpp_show()
A Dintel_display.c7801 PIPE_CONF_CHECK_I(dsc.compressed_bpp); in intel_pipe_config_compare()

Completed in 55 milliseconds