Searched refs:max_bandwidth (Results 1 – 6 of 6) sorted by relevance
142 if (tmp.full < rdev->pm.max_bandwidth.full) { in rs690_pm_info()144 rdev->pm.max_bandwidth.full = tmp.full; in rs690_pm_info()286 fixed20_12 sclk, core_bandwidth, max_bandwidth; in rs690_crtc_bandwidth_compute() local370 max_bandwidth = core_bandwidth; in rs690_crtc_bandwidth_compute()372 if (max_bandwidth.full > rdev->pm.sideport_bandwidth.full && in rs690_crtc_bandwidth_compute()374 max_bandwidth = rdev->pm.sideport_bandwidth; in rs690_crtc_bandwidth_compute()381 if (max_bandwidth.full > rdev->pm.k8_bandwidth.full && in rs690_crtc_bandwidth_compute()383 max_bandwidth = rdev->pm.k8_bandwidth; in rs690_crtc_bandwidth_compute()384 if (max_bandwidth.full > rdev->pm.ht_bandwidth.full && in rs690_crtc_bandwidth_compute()386 max_bandwidth = rdev->pm.ht_bandwidth; in rs690_crtc_bandwidth_compute()[all …]
1643 fixed20_12 max_bandwidth; member
147 uint32_t max_bandwidth; member
391 props->max_bandwidth = iolink->maximum_bandwidth_mbs; in kfd_parse_subtype_iolink()
288 sysfs_show_32bit_prop(buffer, "max_bandwidth", iolink->max_bandwidth); in iolink_show()
1058 uint32_t max_bandwidth; member