Searched refs:allocated_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 | 59 link->dpia_bw_alloc_config.allocated_bw = 0; in reset_bw_alloc_struct() 219 link_dpia_secondary->dpia_bw_alloc_config.allocated_bw; in get_host_router_total_dp_tunnel_bw() 272 if (req_bw && (req_bw == link->dpia_bw_alloc_config.allocated_bw)) { in link_dpia_send_bw_alloc_request() 399 link->dpia_bw_alloc_config.allocated_bw, req_bw); in link_dp_dpia_allocate_usb4_bandwidth_for_stream()
|
| /linux-6.15/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()
|
| /linux-6.15/drivers/gpu/drm/display/ |
| H A D | drm_dp_tunnel.c | 140 int allocated_bw; member 496 tunnel->allocated_bw = tunnel_reg(regs, DP_ALLOCATED_BW) * in create_tunnel() 505 if (!tunnel->allocated_bw) in create_tunnel() 506 tunnel->allocated_bw = -1; in create_tunnel() 617 return max(tunnel->allocated_bw, 0); in tunnel_allocated_bw() 669 DPTUN_BW_ARG(tunnel->allocated_bw), in tunnel_info_changes_are_valid() 1014 tunnel->allocated_bw = -1; in drm_dp_tunnel_disable_bw_alloc() 1085 if (request_bw * tunnel->bw_granularity == tunnel->allocated_bw) in allocate_tunnel_bw() 1135 tunnel->allocated_bw = request_bw * tunnel->bw_granularity; in allocate_tunnel_bw() 1186 return tunnel->allocated_bw; in drm_dp_tunnel_get_allocated_bw() [all …]
|
| /linux-6.15/drivers/thunderbolt/ |
| H A D | tunnel.c | 1121 int ret, allocated_bw, max_bw_rounded; in tb_dp_bandwidth_mode_consumed_bandwidth() local 1133 allocated_bw = ret; in tb_dp_bandwidth_mode_consumed_bandwidth() 1138 if (allocated_bw == max_bw_rounded) in tb_dp_bandwidth_mode_consumed_bandwidth() 1139 allocated_bw = ret; in tb_dp_bandwidth_mode_consumed_bandwidth() 1143 *consumed_down = allocated_bw; in tb_dp_bandwidth_mode_consumed_bandwidth() 1145 *consumed_up = allocated_bw; in tb_dp_bandwidth_mode_consumed_bandwidth() 1167 allocated_bw = ret; in tb_dp_allocated_bandwidth() 1173 if (allocated_bw == max_bw_rounded) in tb_dp_allocated_bandwidth() 1174 allocated_bw = ret; in tb_dp_allocated_bandwidth() 1178 *allocated_down = allocated_bw; in tb_dp_allocated_bandwidth() [all …]
|
| /linux-6.15/drivers/crypto/intel/qat/qat_common/ |
| H A D | adf_rl.c | 611 u64 sla_to_bytes, allocated_bw, sla_scaled; in adf_rl_calculate_pci_bw() local 628 allocated_bw = sla_scaled; in adf_rl_calculate_pci_bw() 629 do_div(allocated_bw, RL_TOKEN_PCIE_SIZE); in adf_rl_calculate_pci_bw() 630 do_div(allocated_bw, device_data->scan_interval); in adf_rl_calculate_pci_bw() 632 return allocated_bw; in adf_rl_calculate_pci_bw()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/ |
| H A D | dc_types.h | 1222 int allocated_bw; // The Actual Allocated BW for this DPIA member
|
| /linux-6.15/drivers/gpu/drm/amd/display/dmub/inc/ |
| H A D | dmub_cmd.h | 2757 uint8_t allocated_bw; /**< Allocated_BW */ member
|