Searched refs:max_throughput (Results 1 – 2 of 2) sorted by relevance
522 int max_throughput; /* max clock freq. in khz per slice */ in hdmi_dsc_get_num_slices() local554 max_throughput = HDMI_DSC_MAX_ENC_THROUGHPUT_0; in hdmi_dsc_get_num_slices()556 max_throughput = HDMI_DSC_MAX_ENC_THROUGHPUT_1; in hdmi_dsc_get_num_slices()562 max_throughput = min(max_throughput, hdmi_throughput * 1000); in hdmi_dsc_get_num_slices()564 min_slices = DIV_ROUND_UP(adjusted_clk_khz, max_throughput); in hdmi_dsc_get_num_slices()
938 int max_throughput; /* max clock freq. in khz per slice */ in hdmi_dsc_get_num_slices() local970 max_throughput = HDMI_DSC_MAX_ENC_THROUGHPUT_0; in hdmi_dsc_get_num_slices()972 max_throughput = HDMI_DSC_MAX_ENC_THROUGHPUT_1; in hdmi_dsc_get_num_slices()978 max_throughput = min(max_throughput, hdmi_throughput * 1000); in hdmi_dsc_get_num_slices()980 min_slices = DIV_ROUND_UP(adjusted_clk_khz, max_throughput); in hdmi_dsc_get_num_slices()