Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_dpia_bw.c60 link->dpia_bw_alloc_config.estimated_bw = 0; in reset_bw_alloc_struct()
151 link->dpia_bw_alloc_config.estimated_bw = get_estimated_bw(link); in init_usb4_bw_struct()
157 link->dpia_bw_alloc_config.estimated_bw); in init_usb4_bw_struct()
219 total_bw += link_dpia_primary->dpia_bw_alloc_config.estimated_bw + in get_host_router_total_dp_tunnel_bw()
223 total_bw = link_dpia_primary->dpia_bw_alloc_config.estimated_bw; in get_host_router_total_dp_tunnel_bw()
226 total_bw += link_dpia_secondary->dpia_bw_alloc_config.estimated_bw; in get_host_router_total_dp_tunnel_bw()
258 if (req_bw > link->dpia_bw_alloc_config.estimated_bw) { in set_usb4_req_bw_req()
261 req_bw = link->dpia_bw_alloc_config.estimated_bw; in set_usb4_req_bw_req()
380 __func__, link->dpia_bw_alloc_config.estimated_bw, estimated); in dpia_handle_bw_alloc_response()
383 link->dpia_bw_alloc_config.estimated_bw = estimated; in dpia_handle_bw_alloc_response()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_srv_stat.c101 notify->dpia_notification.payload.data.dpia_bw_alloc.estimated_bw = in dmub_srv_stat_get_notification()
102 cmd.dpia_notification.payload.data.dpia_bw_alloc.estimated_bw; in dmub_srv_stat_get_notification()
/openbmc/linux/drivers/thunderbolt/
H A Dtunnel.c725 int ret, estimated_bw, granularity, tmp; in tb_dp_bandwidth_alloc_mode_enable() local
806 estimated_bw = tunnel->max_down; in tb_dp_bandwidth_alloc_mode_enable()
808 estimated_bw = tunnel->max_up; in tb_dp_bandwidth_alloc_mode_enable()
810 tb_tunnel_dbg(tunnel, "estimated bandwidth %d Mb/s\n", estimated_bw); in tb_dp_bandwidth_alloc_mode_enable()
812 ret = usb4_dp_port_set_estimated_bandwidth(in, estimated_bw); in tb_dp_bandwidth_alloc_mode_enable()
H A Dtb.c1621 int estimated_bw, estimated_up, estimated_down; in tb_recalc_estimated_bandwidth_for_group() local
1669 estimated_bw = estimated_down; in tb_recalc_estimated_bandwidth_for_group()
1671 estimated_bw = estimated_up; in tb_recalc_estimated_bandwidth_for_group()
1673 if (usb4_dp_port_set_estimated_bandwidth(in, estimated_bw)) in tb_recalc_estimated_bandwidth_for_group()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h1124 int estimated_bw; // The estimated available BW for this DPIA member
/openbmc/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h1915 uint8_t estimated_bw; /**< Estimated_BW */ member