Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/
Ddrm_dsc.c262 unsigned long num_extra_mux_bits = 0; in drm_dsc_compute_rc_parameters() local
289 num_extra_mux_bits = 3 * (vdsc_cfg->mux_word_size + in drm_dsc_compute_rc_parameters()
293 num_extra_mux_bits = 4 * vdsc_cfg->mux_word_size + in drm_dsc_compute_rc_parameters()
297 num_extra_mux_bits = 3 * vdsc_cfg->mux_word_size + in drm_dsc_compute_rc_parameters()
303 while ((num_extra_mux_bits > 0) && in drm_dsc_compute_rc_parameters()
304 ((slice_bits - num_extra_mux_bits) % vdsc_cfg->mux_word_size)) in drm_dsc_compute_rc_parameters()
305 num_extra_mux_bits--; in drm_dsc_compute_rc_parameters()
319 vdsc_cfg->bits_per_pixel + 8) / 16 + num_extra_mux_bits; in drm_dsc_compute_rc_parameters()
351 num_extra_mux_bits) << 11), in drm_dsc_compute_rc_parameters()