Searched refs:adjusted_clk_khz (Results 1 – 1 of 1) sorted by relevance
630 int adjusted_clk_khz; in hdmi_dsc_get_num_slices() local662 adjusted_clk_khz = DIV_ROUND_UP(kslice_adjust * pixel_clock, 10); in hdmi_dsc_get_num_slices()664 if (adjusted_clk_khz <= HDMI_DSC_PEAK_PIXEL_RATE) in hdmi_dsc_get_num_slices()675 min_slices = DIV_ROUND_UP(adjusted_clk_khz, max_throughput); in hdmi_dsc_get_num_slices()