Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/
Ddrm_dsc.c260 unsigned long num_extra_mux_bits = 0; in drm_dsc_compute_rc_parameters() local
287 num_extra_mux_bits = 3 * (vdsc_cfg->mux_word_size + in drm_dsc_compute_rc_parameters()
291 num_extra_mux_bits = 4 * vdsc_cfg->mux_word_size + in drm_dsc_compute_rc_parameters()
295 num_extra_mux_bits = 3 * vdsc_cfg->mux_word_size + in drm_dsc_compute_rc_parameters()
301 while ((num_extra_mux_bits > 0) && in drm_dsc_compute_rc_parameters()
302 ((slice_bits - num_extra_mux_bits) % vdsc_cfg->mux_word_size)) in drm_dsc_compute_rc_parameters()
303 num_extra_mux_bits--; in drm_dsc_compute_rc_parameters()
317 vdsc_cfg->bits_per_pixel + 8) / 16 + num_extra_mux_bits; in drm_dsc_compute_rc_parameters()
343 num_extra_mux_bits) << 11), in drm_dsc_compute_rc_parameters()