Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/display/dmub/src/
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-v6.6/drivers/thunderbolt/
Dtunnel.c904 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 == max_bw) in tb_dp_allocated_bandwidth()
[all …]
/Linux-v6.6/drivers/gpu/drm/amd/display/dmub/inc/
Ddmub_cmd.h1916 uint8_t allocated_bw; /**< Allocated_BW */ member