Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_vdsc.c290 static int get_row_index_for_rc_params(u16 compressed_bpp) in get_row_index_for_rc_params() argument
292 switch (compressed_bpp) { in get_row_index_for_rc_params()
326 static const struct rc_parameters *get_rc_params(u16 compressed_bpp, in get_rc_params() argument
331 row_index = get_row_index_for_rc_params(compressed_bpp); in get_rc_params()
391 u16 compressed_bpp = pipe_config->dsc.compressed_bpp; in intel_dsc_compute_params() local
406 vdsc_cfg->bits_per_pixel = compressed_bpp << 4; in intel_dsc_compute_params()
422 if (compressed_bpp == 6) { in intel_dsc_compute_params()
427 rc_params = get_rc_params(compressed_bpp, vdsc_cfg->bits_per_component); in intel_dsc_compute_params()
942 crtc_state->dsc.compressed_bpp = vdsc_cfg->bits_per_pixel >> 4; in intel_dsc_get_config()
H A Dicl_dsi.c318 bpp = crtc_state->dsc.compressed_bpp; in afe_clk()
818 mul = crtc_state->dsc.compressed_bpp; in gen11_dsi_set_transcoder_timings()
1284 if (pipe_config->dsc.compressed_bpp) { in gen11_dsi_get_timings()
1285 int div = pipe_config->dsc.compressed_bpp; in gen11_dsi_get_timings()
H A Dintel_dp.c2159 pipe_config->dsc.compressed_bpp = in intel_dp_dsc_compute_config()
2183 pipe_config->dsc.compressed_bpp = min_t(u16, in intel_dp_dsc_compute_config()
2207 pipe_config->dsc.compressed_bpp); in intel_dp_dsc_compute_config()
2215 pipe_config->dsc.compressed_bpp, in intel_dp_dsc_compute_config()
2294 pipe_config->dsc.compressed_bpp); in intel_dp_compute_link_config()
2298 pipe_config->dsc.compressed_bpp), in intel_dp_compute_link_config()
2468 output_bpp = pipe_config->dsc.compressed_bpp; in intel_dp_compute_config()
H A Dintel_display_types.h1047 u16 compressed_bpp; member
H A Dintel_bios.c2443 crtc_state->dsc.compressed_bpp = min(crtc_state->pipe_bpp, in fill_dsc()
H A Dintel_display.c13722 PIPE_CONF_CHECK_I(dsc.compressed_bpp); in intel_pipe_config_compare()