Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_rs690.c142 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() local
370 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 …]
H A Dradeon.h1643 fixed20_12 max_bandwidth; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_topology.h147 uint32_t max_bandwidth; member
H A Dkfd_crat.c391 props->max_bandwidth = iolink->maximum_bandwidth_mbs; in kfd_parse_subtype_iolink()
H A Dkfd_topology.c288 sysfs_show_32bit_prop(buffer, "max_bandwidth", iolink->max_bandwidth); in iolink_show()
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dhsa_ext_amd.h1058 uint32_t max_bandwidth; member