Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/drm/
H A Ddrm_dsc.h95 u8 slice_count; member
/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_dw_hdmi_qp.c868 int slice_count; in dw_hdmi_qp_dsc_configure() local
887 slice_count = hdmi_dsc_slices(hdmi, mode); in dw_hdmi_qp_dsc_configure()
888 if (!slice_count) in dw_hdmi_qp_dsc_configure()
891 slice_width = DIV_ROUND_UP(mode->hdisplay, slice_count); in dw_hdmi_qp_dsc_configure()
894 dw_hdmi_dsc_bpp(hdmi, slice_count, slice_width, mode->clock); in dw_hdmi_qp_dsc_configure()