Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_dw_hdmi_qp.c519 int adjusted_clk_khz; in hdmi_dsc_get_num_slices() local
551 adjusted_clk_khz = DIV_ROUND_UP(kslice_adjust * pixel_clock, 10); in hdmi_dsc_get_num_slices()
553 if (adjusted_clk_khz <= HDMI_DSC_PEAK_PIXEL_RATE) in hdmi_dsc_get_num_slices()
564 min_slices = DIV_ROUND_UP(adjusted_clk_khz, max_throughput); in hdmi_dsc_get_num_slices()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Ddw_hdmi-rockchip.c935 int adjusted_clk_khz; in hdmi_dsc_get_num_slices() local
967 adjusted_clk_khz = DIV_ROUND_UP(kslice_adjust * pixel_clock, 10); in hdmi_dsc_get_num_slices()
969 if (adjusted_clk_khz <= HDMI_DSC_PEAK_PIXEL_RATE) in hdmi_dsc_get_num_slices()
980 min_slices = DIV_ROUND_UP(adjusted_clk_khz, max_throughput); in hdmi_dsc_get_num_slices()