Home
last modified time | relevance | path

Searched refs:compressed_bpp_x16 (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/gpu/drm/i915/display/
H A Dintel_link_bw.c91 link_bpp_x16 = crtc_state->dsc.compressed_bpp_x16; in intel_link_bw_reduce_bpp()
H A Dintel_vdsc.c267 u16 compressed_bpp = fxp_q4_to_int(pipe_config->dsc.compressed_bpp_x16); in intel_dsc_compute_params()
298 vdsc_cfg->bits_per_pixel = pipe_config->dsc.compressed_bpp_x16; in intel_dsc_compute_params()
865 crtc_state->dsc.compressed_bpp_x16 = vdsc_cfg->bits_per_pixel; in intel_dsc_get_pps_config()
979 FXP_Q4_ARGS(crtc_state->dsc.compressed_bpp_x16), in intel_vdsc_dump_state()
H A Dicl_dsi.c334 bpp = fxp_q4_to_int(crtc_state->dsc.compressed_bpp_x16); in afe_clk()
867 mul = fxp_q4_to_int(crtc_state->dsc.compressed_bpp_x16); in gen11_dsi_set_transcoder_timings()
891 bpp = fxp_q4_to_int(crtc_state->dsc.compressed_bpp_x16); in gen11_dsi_set_transcoder_timings()
1473 if (pipe_config->dsc.compressed_bpp_x16) { in gen11_dsi_get_timings()
1474 int div = fxp_q4_to_int(pipe_config->dsc.compressed_bpp_x16); in gen11_dsi_get_timings()
H A Dintel_dp.c2037 pipe_config->dsc.compressed_bpp_x16 = in icl_dsc_compute_link_config()
2089 pipe_config->dsc.compressed_bpp_x16 = compressed_bppx16; in xelpd_dsc_compute_link_config()
2290 pipe_config->dsc.compressed_bpp_x16 = in intel_edp_dsc_compute_pipe_bpp()
2383 FXP_Q4_ARGS(pipe_config->dsc.compressed_bpp_x16)); in intel_dp_dsc_compute_config()
2391 FXP_Q4_ARGS(pipe_config->dsc.compressed_bpp_x16), in intel_dp_dsc_compute_config()
2504 fxp_q4_to_int_roundup(crtc_state->dsc.compressed_bpp_x16) : in intel_dp_config_required_rate()
2586 FXP_Q4_ARGS(pipe_config->dsc.compressed_bpp_x16), in intel_dp_compute_link_config()
3075 link_bpp_x16 = pipe_config->dsc.compressed_bpp_x16; in intel_dp_compute_config()
H A Dintel_audio.c448 vdsc_bppx16 = crtc_state->dsc.compressed_bpp_x16; in calc_hblank_early_prog()
H A Dintel_display_types.h1366 u16 compressed_bpp_x16; member
H A Dintel_dp_mst.c310 crtc_state->dsc.compressed_bpp_x16 = fxp_q4_from_int(bpp); in intel_dp_mst_find_vcpi_slots_for_bpp()
H A Dintel_bios.c3554 crtc_state->dsc.compressed_bpp_x16 = fxp_q4_from_int(min(crtc_state->pipe_bpp, in fill_dsc()
H A Dintel_cdclk.c2756 (fxp_q4_to_int_roundup(crtc_state->dsc.compressed_bpp_x16) * in intel_vdsc_min_cdclk()
H A Dintel_display.c5475 PIPE_CONF_CHECK_I(dsc.compressed_bpp_x16); in intel_pipe_config_compare()