Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_dpia_bw.c59 link->dpia_bw_alloc_config.allocated_bw = 0; in reset_bw_alloc_struct()
220 link_dpia_secondary->dpia_bw_alloc_config.allocated_bw; in get_host_router_total_dp_tunnel_bw()
273 if (req_bw && (req_bw == link->dpia_bw_alloc_config.allocated_bw)) { in set_usb4_req_bw_req()
404 __func__, link->dpia_bw_alloc_config.allocated_bw, bw_needed); in dpia_handle_bw_alloc_response()
406 link->dpia_bw_alloc_config.allocated_bw = bw_needed; in dpia_handle_bw_alloc_response()
457 else if (link->dpia_bw_alloc_config.allocated_bw > 0) in dpia_handle_usb4_bandwidth_allocation_for_link()
458 ret = link->dpia_bw_alloc_config.allocated_bw; in dpia_handle_usb4_bandwidth_allocation_for_link()
474 link->dpia_bw_alloc_config.allocated_bw, req_bw); in link_dp_dpia_allocate_usb4_bandwidth_for_stream()
/openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_srv_stat.c103 notify->dpia_notification.payload.data.dpia_bw_alloc.allocated_bw = in dmub_srv_stat_get_notification()
104 cmd.dpia_notification.payload.data.dpia_bw_alloc.allocated_bw; in dmub_srv_stat_get_notification()
/openbmc/linux/drivers/thunderbolt/
H A Dtunnel.c955 int ret, allocated_bw, max_bw; in tb_dp_bandwidth_mode_consumed_bandwidth() local
967 allocated_bw = ret; in tb_dp_bandwidth_mode_consumed_bandwidth()
972 if (allocated_bw == max_bw) in tb_dp_bandwidth_mode_consumed_bandwidth()
973 allocated_bw = ret; in tb_dp_bandwidth_mode_consumed_bandwidth()
977 *consumed_down = allocated_bw; in tb_dp_bandwidth_mode_consumed_bandwidth()
979 *consumed_up = allocated_bw; in tb_dp_bandwidth_mode_consumed_bandwidth()
997 int ret, allocated_bw, max_bw; in tb_dp_allocated_bandwidth() local
1002 allocated_bw = ret; in tb_dp_allocated_bandwidth()
1007 if (allocated_bw == max_bw) in tb_dp_allocated_bandwidth()
1008 allocated_bw = ret; in tb_dp_allocated_bandwidth()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h1123 int allocated_bw; // The Actual Allocated BW for this DPIA member
/openbmc/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h1916 uint8_t allocated_bw; /**< Allocated_BW */ member