Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
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()
/linux/drivers/gpu/drm/amd/display/dmub/src/
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()
/linux/drivers/gpu/drm/display/
A Ddrm_dp_tunnel.c140 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/drivers/thunderbolt/
A Dtunnel.c975 int ret, allocated_bw, max_bw_rounded; in tb_dp_bandwidth_mode_consumed_bandwidth() local
987 allocated_bw = ret; in tb_dp_bandwidth_mode_consumed_bandwidth()
992 if (allocated_bw == max_bw_rounded) in tb_dp_bandwidth_mode_consumed_bandwidth()
993 allocated_bw = ret; in tb_dp_bandwidth_mode_consumed_bandwidth()
997 *consumed_down = allocated_bw; in tb_dp_bandwidth_mode_consumed_bandwidth()
999 *consumed_up = allocated_bw; in tb_dp_bandwidth_mode_consumed_bandwidth()
1021 allocated_bw = ret; in tb_dp_allocated_bandwidth()
1027 if (allocated_bw == max_bw_rounded) in tb_dp_allocated_bandwidth()
1028 allocated_bw = ret; in tb_dp_allocated_bandwidth()
1032 *allocated_down = allocated_bw; in tb_dp_allocated_bandwidth()
[all …]
/linux/drivers/crypto/intel/qat/qat_common/
A Dadf_rl.c611 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/drivers/gpu/drm/amd/display/dc/
A Ddc_types.h1184 int allocated_bw; // The Actual Allocated BW for this DPIA member
/linux/drivers/gpu/drm/amd/display/dc/link/
A Dlink_dpms.c2268 if (req_bw <= link->dpia_bw_alloc_config.allocated_bw) { in allocate_usb4_bandwidth_for_stream()
2270 __func__, link->link_index, link->dpia_bw_alloc_config.allocated_bw, in allocate_usb4_bandwidth_for_stream()
2275 __func__, link->link_index, link->dpia_bw_alloc_config.allocated_bw, in allocate_usb4_bandwidth_for_stream()
/linux/drivers/gpu/drm/amd/display/dmub/inc/
A Ddmub_cmd.h2480 uint8_t allocated_bw; /**< Allocated_BW */ member

Completed in 47 milliseconds