Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_dpia_bw.c62 link->dpia_bw_alloc_config.estimated_bw = 0; in reset_bw_alloc_struct()
152 link->dpia_bw_alloc_config.estimated_bw = get_estimated_bw(link); in retrieve_usb4_dp_bw_allocation_info()
158 link->dpia_bw_alloc_config.estimated_bw); in retrieve_usb4_dp_bw_allocation_info()
200 if (request_bw > link->dpia_bw_alloc_config.estimated_bw) { in link_dpia_send_bw_alloc_request()
203 req_bw, request_bw, link->dpia_bw_alloc_config.estimated_bw); in link_dpia_send_bw_alloc_request()
204 req_bw = link->dpia_bw_alloc_config.estimated_bw; in link_dpia_send_bw_alloc_request()
278 __func__, link->link_index, link->dpia_bw_alloc_config.estimated_bw); in link_dp_dpia_handle_bw_alloc_status()
280 link_dpia_send_bw_alloc_request(link, link->dpia_bw_alloc_config.estimated_bw); in link_dp_dpia_handle_bw_alloc_status()
291 link->dpia_bw_alloc_config.estimated_bw = get_estimated_bw(link); in link_dp_dpia_handle_bw_alloc_status()
294 __func__, link->link_index, link->dpia_bw_alloc_config.estimated_bw); in link_dp_dpia_handle_bw_alloc_status()
[all …]
H A Dlink_dp_dpia.c165 dp_tunnel_setting->estimated_bw = link->dpia_bw_alloc_config.estimated_bw; in link_decide_dp_tunnel_settings()
H A Dlink_dp_dpia_bw.h47 uint32_t estimated_bw; member
/linux/drivers/gpu/drm/display/
H A Ddrm_dp_tunnel.c140 int estimated_bw; member
859 return tunnel->estimated_bw - tunnel_allocated_bw(tunnel); in group_free_bw()
875 tunnel->estimated_bw = tunnel_reg(regs, DP_ESTIMATED_BW) * tunnel->bw_granularity; in update_group_available_bw()
1222 if (val * tunnel->bw_granularity != tunnel->estimated_bw) in check_and_clear_status_change()
/linux/drivers/thunderbolt/
H A Dtunnel.c887 int ret, estimated_bw, granularity, tmp; in tb_dp_bandwidth_alloc_mode_enable() local
968 estimated_bw = tunnel->max_down; in tb_dp_bandwidth_alloc_mode_enable()
970 estimated_bw = tunnel->max_up; in tb_dp_bandwidth_alloc_mode_enable()
972 tb_tunnel_dbg(tunnel, "estimated bandwidth %d Mb/s\n", estimated_bw); in tb_dp_bandwidth_alloc_mode_enable()
974 ret = usb4_dp_port_set_estimated_bandwidth(in, estimated_bw); in tb_dp_bandwidth_alloc_mode_enable()
H A Dtb.c1444 int estimated_bw, estimated_up, estimated_down; in tb_recalc_estimated_bandwidth_for_group() local
1489 estimated_bw = estimated_down; in tb_recalc_estimated_bandwidth_for_group()
1491 estimated_bw = estimated_up; in tb_recalc_estimated_bandwidth_for_group()
1499 estimated_bw, group->reserved, in tb_recalc_estimated_bandwidth_for_group()
1500 estimated_bw + group->reserved); in tb_recalc_estimated_bandwidth_for_group()
1503 estimated_bw + group->reserved)) in tb_recalc_estimated_bandwidth_for_group()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h1320 int estimated_bw; // The estimated available BW for this DPIA member
/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h3381 uint8_t estimated_bw; /**< Estimated_BW */ member