Searched refs:estimated_bw (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/gpu/drm/amd/display/dc/link/protocols/ |
| H A D | link_dp_dpia_bw.c | 60 link->dpia_bw_alloc_config.estimated_bw = 0; in reset_bw_alloc_struct() 150 link->dpia_bw_alloc_config.estimated_bw = get_estimated_bw(link); in init_usb4_bw_struct() 156 link->dpia_bw_alloc_config.estimated_bw); in init_usb4_bw_struct() 218 total_bw += link_dpia_primary->dpia_bw_alloc_config.estimated_bw + in get_host_router_total_dp_tunnel_bw() 222 total_bw = link_dpia_primary->dpia_bw_alloc_config.estimated_bw; in get_host_router_total_dp_tunnel_bw() 225 total_bw += link_dpia_secondary->dpia_bw_alloc_config.estimated_bw; in get_host_router_total_dp_tunnel_bw() 257 if (req_bw > link->dpia_bw_alloc_config.estimated_bw) { in link_dpia_send_bw_alloc_request() 260 req_bw = link->dpia_bw_alloc_config.estimated_bw; in link_dpia_send_bw_alloc_request() 357 link->dpia_bw_alloc_config.estimated_bw = get_estimated_bw(link); in link_dp_dpia_handle_bw_alloc_status() 360 __func__, link->link_index, link->dpia_bw_alloc_config.estimated_bw); in link_dp_dpia_handle_bw_alloc_status() [all …]
|
| /linux-6.15/drivers/gpu/drm/amd/display/dmub/src/ |
| H A D | dmub_srv_stat.c | 101 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()
|
| /linux-6.15/drivers/gpu/drm/display/ |
| H A D | drm_dp_tunnel.c | 139 int estimated_bw; member 858 return tunnel->estimated_bw - tunnel_allocated_bw(tunnel); in group_free_bw() 874 tunnel->estimated_bw = tunnel_reg(regs, DP_ESTIMATED_BW) * tunnel->bw_granularity; in update_group_available_bw() 1221 if (val * tunnel->bw_granularity != tunnel->estimated_bw) in check_and_clear_status_change()
|
| /linux-6.15/drivers/thunderbolt/ |
| H A D | tunnel.c | 807 int ret, estimated_bw, granularity, tmp; in tb_dp_bandwidth_alloc_mode_enable() local 888 estimated_bw = tunnel->max_down; in tb_dp_bandwidth_alloc_mode_enable() 890 estimated_bw = tunnel->max_up; in tb_dp_bandwidth_alloc_mode_enable() 892 tb_tunnel_dbg(tunnel, "estimated bandwidth %d Mb/s\n", estimated_bw); in tb_dp_bandwidth_alloc_mode_enable() 894 ret = usb4_dp_port_set_estimated_bandwidth(in, estimated_bw); in tb_dp_bandwidth_alloc_mode_enable()
|
| H A D | tb.c | 1427 int estimated_bw, estimated_up, estimated_down; in tb_recalc_estimated_bandwidth_for_group() local 1472 estimated_bw = estimated_down; in tb_recalc_estimated_bandwidth_for_group() 1474 estimated_bw = estimated_up; in tb_recalc_estimated_bandwidth_for_group() 1482 estimated_bw, group->reserved, in tb_recalc_estimated_bandwidth_for_group() 1483 estimated_bw + group->reserved); in tb_recalc_estimated_bandwidth_for_group() 1486 estimated_bw + group->reserved)) in tb_recalc_estimated_bandwidth_for_group()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/ |
| H A D | dc_types.h | 1223 int estimated_bw; // The estimated available BW for this DPIA member
|
| /linux-6.15/drivers/gpu/drm/amd/display/dmub/inc/ |
| H A D | dmub_cmd.h | 2756 uint8_t estimated_bw; /**< Estimated_BW */ member
|