Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_vdsc.c328 u16 compressed_bpp = fxp_q4_to_int(pipe_config->dsc.compressed_bpp_x16); in intel_dsc_compute_params()
360 vdsc_cfg->bits_per_pixel = pipe_config->dsc.compressed_bpp_x16; in intel_dsc_compute_params()
996 crtc_state->dsc.compressed_bpp_x16 = vdsc_cfg->bits_per_pixel; in intel_dsc_get_pps_config()
1115 FXP_Q4_ARGS(crtc_state->dsc.compressed_bpp_x16), in intel_vdsc_dump_state()
1191 int min_cdclk_bj = (fxp_q4_to_int_roundup(crtc_state->dsc.compressed_bpp_x16) * in intel_vdsc_min_cdclk()
H A Dicl_dsi.c351 bpp = fxp_q4_to_int(crtc_state->dsc.compressed_bpp_x16); in afe_clk()
899 mul = fxp_q4_to_int(crtc_state->dsc.compressed_bpp_x16); in gen11_dsi_set_transcoder_timings()
923 bpp = fxp_q4_to_int(crtc_state->dsc.compressed_bpp_x16); in gen11_dsi_set_transcoder_timings()
1512 if (is_vid_mode(intel_dsi) && pipe_config->dsc.compressed_bpp_x16) { in gen11_dsi_get_timings()
1513 int div = fxp_q4_to_int(pipe_config->dsc.compressed_bpp_x16); in gen11_dsi_get_timings()
H A Dintel_dp.c2309 pipe_config->dsc.compressed_bpp_x16 = max_bpp_x16; in dsc_compute_compressed_bpp()
2324 pipe_config->dsc.compressed_bpp_x16 = bpp_x16; in dsc_compute_compressed_bpp()
2427 crtc_state->dsc.compressed_bpp_x16 = 0; in intel_dp_dsc_reset_config()
2482 FXP_Q4_ARGS(pipe_config->dsc.compressed_bpp_x16)); in intel_dp_dsc_compute_config()
2491 FXP_Q4_ARGS(pipe_config->dsc.compressed_bpp_x16), in intel_dp_dsc_compute_config()
2826 crtc_state->dsc.compressed_bpp_x16 : in intel_dp_config_required_rate()
2936 FXP_Q4_ARGS(pipe_config->dsc.compressed_bpp_x16), in intel_dp_compute_link_for_joined_pipes()
3456 link_bpp_x16 = crtc_state->dsc.compressed_bpp_x16; in intel_dp_compute_min_hblank()
3494 crtc_state->dsc.compressed_bpp_x16 < fxp_q4_from_int(8))); in intel_dp_compute_min_hblank()
3567 link_bpp_x16 = pipe_config->dsc.compressed_bpp_x16; in intel_dp_compute_config()
H A Dintel_display_types.h1344 u16 compressed_bpp_x16; member
H A Dintel_display.c5474 PIPE_CONF_CHECK_I(dsc.compressed_bpp_x16); in intel_pipe_config_compare()