Searched refs:max_bandwidth (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/gpu/drm/radeon/ |
H A D | rs690.c | 137 if (tmp.full < rdev->pm.max_bandwidth.full) { in rs690_pm_info() 139 rdev->pm.max_bandwidth.full = tmp.full; in rs690_pm_info() 281 fixed20_12 sclk, core_bandwidth, max_bandwidth; in rs690_crtc_bandwidth_compute() local 365 max_bandwidth = core_bandwidth; in rs690_crtc_bandwidth_compute() 367 if (max_bandwidth.full > rdev->pm.sideport_bandwidth.full && in rs690_crtc_bandwidth_compute() 369 max_bandwidth = rdev->pm.sideport_bandwidth; in rs690_crtc_bandwidth_compute() 376 if (max_bandwidth.full > rdev->pm.k8_bandwidth.full && in rs690_crtc_bandwidth_compute() 378 max_bandwidth = rdev->pm.k8_bandwidth; in rs690_crtc_bandwidth_compute() 379 if (max_bandwidth.full > rdev->pm.ht_bandwidth.full && in rs690_crtc_bandwidth_compute() 381 max_bandwidth = rdev->pm.ht_bandwidth; in rs690_crtc_bandwidth_compute() [all …]
|
H A D | radeon.h | 1593 fixed20_12 max_bandwidth; member
|
/linux/drivers/gpu/drm/tilcdc/ |
H A D | tilcdc_drv.c | 293 if (of_property_read_u32(node, "max-bandwidth", &priv->max_bandwidth)) in tilcdc_init() 294 priv->max_bandwidth = TILCDC_DEFAULT_MAX_BANDWIDTH; in tilcdc_init() 296 DBG("Maximum Bandwidth Value %d", priv->max_bandwidth); in tilcdc_init()
|
H A D | tilcdc_drv.h | 52 uint32_t max_bandwidth; member
|
H A D | tilcdc_crtc.c | 852 if (bandwidth > priv->max_bandwidth) { in tilcdc_crtc_mode_valid()
|
/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_topology.c | 292 iolink->max_bandwidth); in iolink_show() 1460 props->max_bandwidth = min(gpu_link->max_bandwidth, cpu_link->max_bandwidth); in kfd_create_indirect_link_prop() 1527 props->max_bandwidth = min(iolink2->max_bandwidth, iolink2->max_bandwidth); in kfd_add_peer_prop() 1542 props->max_bandwidth = min(props->max_bandwidth, in kfd_add_peer_prop() 1543 iolink3->max_bandwidth); in kfd_add_peer_prop()
|
H A D | kfd_topology.h | 126 uint32_t max_bandwidth; member
|
H A D | kfd_crat.c | 1265 props->max_bandwidth = iolink->maximum_bandwidth_mbs; in kfd_parse_subtype_iolink()
|
/linux/drivers/usb/host/ |
H A D | xhci.c | 2365 unsigned int max_bandwidth; in xhci_check_bw_table() local 2379 max_bandwidth = HS_BW_LIMIT; in xhci_check_bw_table() 2381 bw_reserved = DIV_ROUND_UP(HS_BW_RESERVED * max_bandwidth, 100); in xhci_check_bw_table() 2383 max_bandwidth = FS_BW_LIMIT; in xhci_check_bw_table() 2384 bw_reserved = DIV_ROUND_UP(FS_BW_RESERVED * max_bandwidth, 100); in xhci_check_bw_table() 2492 if (bw_used > max_bandwidth) { in xhci_check_bw_table() 2495 bw_used, max_bandwidth); in xhci_check_bw_table() 2520 bw_used, max_bandwidth, bw_reserved, in xhci_check_bw_table() 2521 (max_bandwidth - bw_used - bw_reserved) * 100 / in xhci_check_bw_table() 2522 max_bandwidth); in xhci_check_bw_table() [all …]
|
/linux/drivers/gpu/drm/omapdrm/ |
H A D | omap_crtc.c | 523 if (priv->max_bandwidth) { in omap_crtc_mode_valid() 545 if (priv->max_bandwidth < bandwidth) in omap_crtc_mode_valid()
|
H A D | omap_drv.c | 706 priv->max_bandwidth = dispc_get_memory_bandwidth_limit(priv->dispc); in omapdrm_init()
|