HomeSort by: relevance | last modified time | path
    Searched defs:max_bandwidth (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_rs690.c 142 if (tmp.full < rdev->pm.max_bandwidth.full) {
144 rdev->pm.max_bandwidth.full = tmp.full;
286 fixed20_12 sclk, core_bandwidth, max_bandwidth; local
370 max_bandwidth = core_bandwidth;
372 if (max_bandwidth.full > rdev->pm.sideport_bandwidth.full &&
374 max_bandwidth = rdev->pm.sideport_bandwidth;
381 if (max_bandwidth.full > rdev->pm.k8_bandwidth.full &&
383 max_bandwidth = rdev->pm.k8_bandwidth;
384 if (max_bandwidth.full > rdev->pm.ht_bandwidth.full &&
386 max_bandwidth = rdev->pm.ht_bandwidth
    [all...]
radeon_rs690.c 142 if (tmp.full < rdev->pm.max_bandwidth.full) {
144 rdev->pm.max_bandwidth.full = tmp.full;
286 fixed20_12 sclk, core_bandwidth, max_bandwidth; local
370 max_bandwidth = core_bandwidth;
372 if (max_bandwidth.full > rdev->pm.sideport_bandwidth.full &&
374 max_bandwidth = rdev->pm.sideport_bandwidth;
381 if (max_bandwidth.full > rdev->pm.k8_bandwidth.full &&
383 max_bandwidth = rdev->pm.k8_bandwidth;
384 if (max_bandwidth.full > rdev->pm.ht_bandwidth.full &&
386 max_bandwidth = rdev->pm.ht_bandwidth
    [all...]
radeon.h 1198 * @max_bandwidth: maximum bandwidth the gpu has (MByte/s)
1643 fixed20_12 max_bandwidth; member in struct:radeon_pm
radeon.h 1198 * @max_bandwidth: maximum bandwidth the gpu has (MByte/s)
1643 fixed20_12 max_bandwidth; member in struct:radeon_pm
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_topology.h 147 uint32_t max_bandwidth; member in struct:kfd_iolink_properties
kfd_topology.h 147 uint32_t max_bandwidth; member in struct:kfd_iolink_properties
  /src/external/gpl3/gcc/dist/include/
hsa_ext_amd.h 1058 uint32_t max_bandwidth; member in struct:hsa_amd_memory_pool_link_info_s
hsa_ext_amd.h 1058 uint32_t max_bandwidth; member in struct:hsa_amd_memory_pool_link_info_s
  /src/external/gpl3/gcc.old/dist/include/
hsa_ext_amd.h 1058 uint32_t max_bandwidth; member in struct:hsa_amd_memory_pool_link_info_s
hsa_ext_amd.h 1058 uint32_t max_bandwidth; member in struct:hsa_amd_memory_pool_link_info_s

Completed in 86 milliseconds