Searched refs:adjusted_clk_khz (Results 1 – 2 of 2) sorted by relevance
519 int adjusted_clk_khz; in hdmi_dsc_get_num_slices() local551 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()
935 int adjusted_clk_khz; in hdmi_dsc_get_num_slices() local967 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()