Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/amdkfd/
Dkfd_topology.h140 uint32_t min_bandwidth; member
Dkfd_crat.c384 props->min_bandwidth = iolink->minimum_bandwidth_mbs; in kfd_parse_subtype_iolink()
Dkfd_topology.c280 sysfs_show_32bit_prop(buffer, "min_bandwidth", iolink->min_bandwidth); in iolink_show()
/Linux-v5.4/Documentation/x86/
Dresctrl_ui.rst124 "min_bandwidth":
134 min_bandwidth + N * bandwidth_gran.
359 and can be looked up through "info/MB/min_bandwidth". The bandwidth
733 schemata would look like(Assume min_bandwidth 10 and bandwidth_gran is
/Linux-v5.4/drivers/net/ethernet/neterion/vxge/
Dvxge-config.h367 u32 min_bandwidth; member
Dvxge-config.c1245 if ((vp_config->min_bandwidth < VXGE_HW_VPATH_BANDWIDTH_MIN) || in __vxge_hw_device_vpath_config_check()
1246 (vp_config->min_bandwidth > VXGE_HW_VPATH_BANDWIDTH_MAX)) in __vxge_hw_device_vpath_config_check()
2921 device_config->vp_config[i].min_bandwidth = in vxge_hw_device_config_default_get()
Dvxge-main.c3717 device_config->vp_config[i].min_bandwidth = bw_percentage[i]; in vxge_config_vpaths()
/Linux-v5.4/drivers/gpu/drm/radeon/
Dsi.c2144 u32 min_bandwidth; in dce6_dmif_request_bandwidth() local
2162 min_bandwidth = min(dfixed_trunc(b1), dfixed_trunc(b2)); in dce6_dmif_request_bandwidth()
2164 a.full = dfixed_const(min_bandwidth); in dce6_dmif_request_bandwidth()