Home
last modified time | relevance | path

Searched refs:max_bandwidth (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/drivers/gpu/drm/radeon/
H A Drs690.c137 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 Dradeon.h1594 fixed20_12 max_bandwidth; member
/openbmc/qemu/migration/
H A Doptions.c108 parameters.max_bandwidth, MAX_THROTTLE),
742 return s->parameters.max_bandwidth; in migrate_max_bandwidth()
882 params->max_bandwidth = s->parameters.max_bandwidth; in qmp_query_migrate_parameters()
999 if (params->has_max_bandwidth && (params->max_bandwidth > SIZE_MAX)) { in migrate_params_check()
1177 dest->max_bandwidth = params->max_bandwidth; in migrate_params_test_apply()
1293 s->parameters.max_bandwidth = params->max_bandwidth; in migrate_params_apply()
1295 migration_rate_set(s->parameters.max_bandwidth); in migrate_params_apply()
H A Dmigration-hmp-cmds.c282 params->max_bandwidth); in hmp_info_migrate_parameters()
546 p->max_bandwidth = valuebw; in hmp_migrate_set_parameter()
/openbmc/linux/drivers/gpu/drm/omapdrm/
H A Domap_drv.h99 unsigned int max_bandwidth; member
H A Domap_crtc.c523 if (priv->max_bandwidth) { in omap_crtc_mode_valid()
545 if (priv->max_bandwidth < bandwidth) in omap_crtc_mode_valid()
H A Domap_drv.c707 priv->max_bandwidth = dispc_get_memory_bandwidth_limit(priv->dispc); in omapdrm_init()
/openbmc/linux/drivers/gpu/drm/tilcdc/
H A Dtilcdc_drv.h52 uint32_t max_bandwidth; member
H A Dtilcdc_drv.c303 if (of_property_read_u32(node, "max-bandwidth", &priv->max_bandwidth)) in tilcdc_init()
304 priv->max_bandwidth = TILCDC_DEFAULT_MAX_BANDWIDTH; in tilcdc_init()
306 DBG("Maximum Bandwidth Value %d", priv->max_bandwidth); in tilcdc_init()
H A Dtilcdc_crtc.c852 if (bandwidth > priv->max_bandwidth) { in tilcdc_crtc_mode_valid()
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_topology.c291 iolink->max_bandwidth); in iolink_show()
1381 props->max_bandwidth = min(gpu_link->max_bandwidth, cpu_link->max_bandwidth); in kfd_create_indirect_link_prop()
1448 props->max_bandwidth = min(iolink2->max_bandwidth, iolink2->max_bandwidth); in kfd_add_peer_prop()
1463 props->max_bandwidth = min(props->max_bandwidth, in kfd_add_peer_prop()
1464 iolink3->max_bandwidth); in kfd_add_peer_prop()
H A Dkfd_topology.h122 uint32_t max_bandwidth; member
H A Dkfd_crat.c1175 props->max_bandwidth = iolink->maximum_bandwidth_mbs; in kfd_parse_subtype_iolink()
/openbmc/linux/drivers/video/fbdev/
H A Damba-clcd.c685 u32 max_bandwidth; in clcdfb_of_init_display() local
714 &max_bandwidth); in clcdfb_of_init_display()
723 bpp = max_bandwidth / (1000 / 8) in clcdfb_of_init_display()
/openbmc/linux/drivers/usb/host/
H A Dxhci.c2329 unsigned int max_bandwidth; in xhci_check_bw_table() local
2343 max_bandwidth = HS_BW_LIMIT; in xhci_check_bw_table()
2345 bw_reserved = DIV_ROUND_UP(HS_BW_RESERVED * max_bandwidth, 100); in xhci_check_bw_table()
2347 max_bandwidth = FS_BW_LIMIT; in xhci_check_bw_table()
2456 if (bw_used > max_bandwidth) { in xhci_check_bw_table()
2459 bw_used, max_bandwidth); in xhci_check_bw_table()
2486 bw_used, max_bandwidth, bw_reserved, in xhci_check_bw_table()
2487 (max_bandwidth - bw_used - bw_reserved) * 100 / in xhci_check_bw_table()
2488 max_bandwidth); in xhci_check_bw_table()
2491 if (bw_used > max_bandwidth) { in xhci_check_bw_table()
[all …]
/openbmc/qemu/tests/migration/guestperf/
H A Dengine.py154 max_bandwidth=scenario._bandwidth * 1024 * 1024)
/openbmc/qemu/tests/qtest/
H A Dmigration-test.c3647 const int64_t max_bandwidth = 400000000; /* ~400Mb/s */ in test_migrate_dirty_limit() local
3654 const int64_t expected_threshold = max_bandwidth * downtime_limit / 1000; in test_migrate_dirty_limit()
3734 migrate_set_parameter_int(from, "max-bandwidth", max_bandwidth); in test_migrate_dirty_limit()