Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_dw_hdmi_qp.c632 int target_slices; in hdmi_dsc_get_num_slices() local
687 target_slices = 1; in hdmi_dsc_get_num_slices()
689 target_slices = 2; in hdmi_dsc_get_num_slices()
691 target_slices = 4; in hdmi_dsc_get_num_slices()
693 target_slices = 8; in hdmi_dsc_get_num_slices()
695 target_slices = 12; in hdmi_dsc_get_num_slices()
697 target_slices = 16; in hdmi_dsc_get_num_slices()
701 slice_width = DIV_ROUND_UP(mode->hdisplay, target_slices); in hdmi_dsc_get_num_slices()
703 min_slices = target_slices + 1; in hdmi_dsc_get_num_slices()
706 return target_slices; in hdmi_dsc_get_num_slices()