Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/drm/
H A Ddrm_dsc.c249 int drm_dsc_compute_rc_parameters(struct drm_dsc_config *vdsc_cfg) in drm_dsc_compute_rc_parameters() argument
259 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 …]
/rk3399_rockchip-uboot/include/drm/
H A Ddrm_dsc.h608 int drm_dsc_compute_rc_parameters(struct drm_dsc_config *vdsc_cfg);