Home
last modified time | relevance | path

Searched refs:peak_kbps (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_mst_types.c823 u64 peak_kbps = kbps; in kbps_to_peak_pbn() local
825 peak_kbps *= 1006; in kbps_to_peak_pbn()
826 peak_kbps *= fec_overhead_multiplier_x1000; in kbps_to_peak_pbn()
827 peak_kbps = div_u64(peak_kbps, 1000 * 1000); in kbps_to_peak_pbn()
828 return (int) DIV64_U64_ROUND_UP(peak_kbps * 64, (54 * 8 * 1000)); in kbps_to_peak_pbn()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/link/
Dlink_dpms.c1106 struct fixed31_32 peak_kbps; in get_pbn_from_bw_in_kbps() local
1127 peak_kbps = dc_fixpt_from_fraction(kbps, denominator); in get_pbn_from_bw_in_kbps()
1129 return peak_kbps; in get_pbn_from_bw_in_kbps()