Home
last modified time | relevance | path

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

/linux-6.3-rc2/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-6.3-rc2/drivers/thunderbolt/
A Dtunnel.c798 int ret, allocated_bw, max_bw; in tb_dp_bw_mode_consumed_bandwidth() local
810 allocated_bw = ret; in tb_dp_bw_mode_consumed_bandwidth()
815 if (allocated_bw == max_bw) in tb_dp_bw_mode_consumed_bandwidth()
816 allocated_bw = ret; in tb_dp_bw_mode_consumed_bandwidth()
819 allocated_bw); in tb_dp_bw_mode_consumed_bandwidth()
823 *consumed_down = allocated_bw; in tb_dp_bw_mode_consumed_bandwidth()
825 *consumed_up = allocated_bw; in tb_dp_bw_mode_consumed_bandwidth()
843 int ret, allocated_bw, max_bw; in tb_dp_allocated_bandwidth() local
848 allocated_bw = ret; in tb_dp_allocated_bandwidth()
853 if (allocated_bw == max_bw) in tb_dp_allocated_bandwidth()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dmub/inc/
A Ddmub_cmd.h1630 uint8_t allocated_bw; /**< Allocated_BW */ member

Completed in 18 milliseconds