Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_dw_hdmi_qp.c521 int target_slices; in hdmi_dsc_get_num_slices() local
576 target_slices = 1; in hdmi_dsc_get_num_slices()
578 target_slices = 2; in hdmi_dsc_get_num_slices()
580 target_slices = 4; in hdmi_dsc_get_num_slices()
582 target_slices = 8; in hdmi_dsc_get_num_slices()
584 target_slices = 12; in hdmi_dsc_get_num_slices()
586 target_slices = 16; in hdmi_dsc_get_num_slices()
590 slice_width = DIV_ROUND_UP(mode->hdisplay, target_slices); in hdmi_dsc_get_num_slices()
592 min_slices = target_slices + 1; in hdmi_dsc_get_num_slices()
595 return target_slices; in hdmi_dsc_get_num_slices()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Ddw_hdmi-rockchip.c937 int target_slices; in hdmi_dsc_get_num_slices() local
992 target_slices = 1; in hdmi_dsc_get_num_slices()
994 target_slices = 2; in hdmi_dsc_get_num_slices()
996 target_slices = 4; in hdmi_dsc_get_num_slices()
998 target_slices = 8; in hdmi_dsc_get_num_slices()
1000 target_slices = 12; in hdmi_dsc_get_num_slices()
1002 target_slices = 16; in hdmi_dsc_get_num_slices()
1006 slice_width = DIV_ROUND_UP(crtc_state->mode.hdisplay, target_slices); in hdmi_dsc_get_num_slices()
1008 min_slices = target_slices + 1; in hdmi_dsc_get_num_slices()
1011 return target_slices; in hdmi_dsc_get_num_slices()