Searched refs:max_throughput (Results 1 – 1 of 1) sorted by relevance
3062 int max_throughput; /* max clock freq. in khz per slice */ in intel_hdmi_dsc_get_num_slices() local3094 max_throughput = HDMI_DSC_MAX_ENC_THROUGHPUT_0; in intel_hdmi_dsc_get_num_slices()3096 max_throughput = HDMI_DSC_MAX_ENC_THROUGHPUT_1; in intel_hdmi_dsc_get_num_slices()3102 max_throughput = min(max_throughput, hdmi_throughput * 1000); in intel_hdmi_dsc_get_num_slices()3104 min_slices = DIV_ROUND_UP(adjusted_clk_khz, max_throughput); in intel_hdmi_dsc_get_num_slices()