Searched refs:allocated_bw (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/protocols/ |
H A D | link_dp_dpia_bw.c | 59 link->dpia_bw_alloc_config.allocated_bw = 0; in reset_bw_alloc_struct() 141 * Read all New BW alloc configuration ex: estimated_bw, allocated_bw, 220 link_dpia_secondary->dpia_bw_alloc_config.allocated_bw; in get_host_router_total_dp_tunnel_bw() 273 if (req_bw == link->dpia_bw_alloc_config.allocated_bw) { in set_usb4_req_bw_req() 395 DC_LOG_DEBUG("%s: current allocated_bw(%d), new allocated_bw(%d)\n", in dpia_handle_bw_alloc_response() 396 __func__, link->dpia_bw_alloc_config.allocated_bw, bw_needed); in dpia_handle_bw_alloc_response() 398 link->dpia_bw_alloc_config.allocated_bw = bw_needed; in dpia_handle_bw_alloc_response() 449 else if (link->dpia_bw_alloc_config.allocated_bw > 0) in dpia_handle_usb4_bandwidth_allocation_for_link() 450 ret = link->dpia_bw_alloc_config.allocated_bw; in dpia_handle_usb4_bandwidth_allocation_for_link() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dmub/src/ |
H A D | dmub_srv_stat.c | 103 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()
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | tunnel.c | 904 int ret, allocated_bw, max_bw; in tb_dp_bandwidth_mode_consumed_bandwidth() local 916 allocated_bw = ret; in tb_dp_bandwidth_mode_consumed_bandwidth() 921 if (allocated_bw == max_bw) in tb_dp_bandwidth_mode_consumed_bandwidth() 922 allocated_bw = ret; in tb_dp_bandwidth_mode_consumed_bandwidth() 925 allocated_bw); in tb_dp_bandwidth_mode_consumed_bandwidth() 929 *consumed_down = allocated_bw; in tb_dp_bandwidth_mode_consumed_bandwidth() 931 *consumed_up = allocated_bw; in tb_dp_bandwidth_mode_consumed_bandwidth() 949 int ret, allocated_bw, max_bw; in tb_dp_allocated_bandwidth() local 954 allocated_bw = ret; in tb_dp_allocated_bandwidth() 959 if (allocated_bw in tb_dp_allocated_bandwidth() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_types.h | 1122 int allocated_bw; // The Actual Allocated BW for this DPIA member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dmub/inc/ |
H A D | dmub_cmd.h | 1916 uint8_t allocated_bw; /**< Allocated_BW */ member
|
Completed in 13 milliseconds