Searched refs:vdsc_cfg (Results 1 – 2 of 2) sorted by relevance
249 int drm_dsc_compute_rc_parameters(struct drm_dsc_config *vdsc_cfg) in drm_dsc_compute_rc_parameters() argument259 if (vdsc_cfg->native_420 || vdsc_cfg->native_422) { in drm_dsc_compute_rc_parameters()261 groups_per_line = DIV_ROUND_UP(vdsc_cfg->slice_width / 2, in drm_dsc_compute_rc_parameters()265 vdsc_cfg->slice_chunk_size = DIV_ROUND_UP(vdsc_cfg->slice_width / 2 * in drm_dsc_compute_rc_parameters()266 vdsc_cfg->bits_per_pixel, in drm_dsc_compute_rc_parameters()270 groups_per_line = DIV_ROUND_UP(vdsc_cfg->slice_width, in drm_dsc_compute_rc_parameters()274 vdsc_cfg->slice_chunk_size = DIV_ROUND_UP(vdsc_cfg->slice_width * in drm_dsc_compute_rc_parameters()275 vdsc_cfg->bits_per_pixel, in drm_dsc_compute_rc_parameters()279 if (vdsc_cfg->convert_rgb) in drm_dsc_compute_rc_parameters()280 num_extra_mux_bits = 3 * (vdsc_cfg->mux_word_size + in drm_dsc_compute_rc_parameters()[all …]
608 int drm_dsc_compute_rc_parameters(struct drm_dsc_config *vdsc_cfg);