Searched refs:max_dsc_overhead (Results 1 – 1 of 1) sorted by relevance
470 struct fixed31_32 max_dsc_overhead; in compute_dsc_max_bandwidth_overhead() local482 max_dsc_overhead = dc_fixpt_from_int(num_slices_h); in compute_dsc_max_bandwidth_overhead()483 max_dsc_overhead = dc_fixpt_mul_int(max_dsc_overhead, timing->v_total); in compute_dsc_max_bandwidth_overhead()484 max_dsc_overhead = dc_fixpt_mul_int(max_dsc_overhead, 256); in compute_dsc_max_bandwidth_overhead()485 max_dsc_overhead = dc_fixpt_div_int(max_dsc_overhead, 1000); in compute_dsc_max_bandwidth_overhead()486 max_dsc_overhead = dc_fixpt_mul(max_dsc_overhead, refresh_rate); in compute_dsc_max_bandwidth_overhead()488 return max_dsc_overhead; in compute_dsc_max_bandwidth_overhead()