Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/display/dc/link/protocols/
Dlink_dp_dpia_bw.c36 #define Kbps_TO_Gbps (1000 * 1000) macro
94 return bw_estimated_bw * (Kbps_TO_Gbps / link->dpia_bw_alloc_config.bw_granularity); in get_estimated_bw()
215 requested_bw = temp / Kbps_TO_Gbps; in set_usb4_req_bw_req()
218 if (temp % Kbps_TO_Gbps) in set_usb4_req_bw_req()
222 req_bw = requested_bw * (Kbps_TO_Gbps / link->dpia_bw_alloc_config.bw_granularity); in set_usb4_req_bw_req()
313 bw * (Kbps_TO_Gbps / link->dpia_bw_alloc_config.bw_granularity); in dpia_handle_bw_alloc_response()
335 bw_needed = bw * (Kbps_TO_Gbps / link->dpia_bw_alloc_config.bw_granularity); in dpia_handle_bw_alloc_response()
372 estimated = bw * (Kbps_TO_Gbps / link->dpia_bw_alloc_config.bw_granularity); in dpia_handle_bw_alloc_response()