Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/amdkfd/
Dkfd_topology.h132 uint32_t min_bandwidth; member
Dkfd_crat.c377 props->min_bandwidth = iolink->minimum_bandwidth_mbs; in kfd_parse_subtype_iolink()
Dkfd_topology.c260 sysfs_show_32bit_prop(buffer, "min_bandwidth", iolink->min_bandwidth); in iolink_show()
/Linux-v4.19/Documentation/x86/
Dintel_rdt_ui.txt99 "min_bandwidth": The minimum memory bandwidth percentage which
107 min_bandwidth + N * bandwidth_gran.
327 and can be looked up through "info/MB/min_bandwidth". The bandwidth
669 schemata would look like(Assume min_bandwidth 10 and bandwidth_gran is
/Linux-v4.19/drivers/net/ethernet/neterion/vxge/
Dvxge-config.h367 u32 min_bandwidth; member
Dvxge-config.c1244 if ((vp_config->min_bandwidth < VXGE_HW_VPATH_BANDWIDTH_MIN) || in __vxge_hw_device_vpath_config_check()
1245 (vp_config->min_bandwidth > VXGE_HW_VPATH_BANDWIDTH_MAX)) in __vxge_hw_device_vpath_config_check()
2919 device_config->vp_config[i].min_bandwidth = in vxge_hw_device_config_default_get()
Dvxge-main.c3722 device_config->vp_config[i].min_bandwidth = bw_percentage[i]; in vxge_config_vpaths()
/Linux-v4.19/drivers/gpu/drm/radeon/
Dsi.c2140 u32 min_bandwidth; in dce6_dmif_request_bandwidth() local
2158 min_bandwidth = min(dfixed_trunc(b1), dfixed_trunc(b2)); in dce6_dmif_request_bandwidth()
2160 a.full = dfixed_const(min_bandwidth); in dce6_dmif_request_bandwidth()