Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c3094 uint32_t link_bw_kbps = in dc_link_bandwidth_kbps() local
3097 link_bw_kbps *= 8; /* 8 bits per byte*/ in dc_link_bandwidth_kbps()
3098 link_bw_kbps *= link_setting->lane_count; in dc_link_bandwidth_kbps()
3122 link_bw_kbps = mul_u64_u32_shr(BIT_ULL(32) * 970LL / 1000, in dc_link_bandwidth_kbps()
3123 link_bw_kbps, 32); in dc_link_bandwidth_kbps()
3127 return link_bw_kbps; in dc_link_bandwidth_kbps()