Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/
Ddrm_dsc.c286 unsigned long num_extra_mux_bits = 0; in drm_dsc_compute_rc_parameters() local
313 num_extra_mux_bits = 3 * (vdsc_cfg->mux_word_size + in drm_dsc_compute_rc_parameters()
317 num_extra_mux_bits = 4 * vdsc_cfg->mux_word_size + in drm_dsc_compute_rc_parameters()
321 num_extra_mux_bits = 3 * vdsc_cfg->mux_word_size + in drm_dsc_compute_rc_parameters()
327 while ((num_extra_mux_bits > 0) && in drm_dsc_compute_rc_parameters()
328 ((slice_bits - num_extra_mux_bits) % vdsc_cfg->mux_word_size)) in drm_dsc_compute_rc_parameters()
329 num_extra_mux_bits--; in drm_dsc_compute_rc_parameters()
343 vdsc_cfg->bits_per_pixel + 8) / 16 + num_extra_mux_bits; in drm_dsc_compute_rc_parameters()
369 num_extra_mux_bits) << 11), in drm_dsc_compute_rc_parameters()