HomeSort by: relevance | last modified time | path
    Searched defs:max_bandwidth (Results 1 - 3 of 3) 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 in function:rs690_crtc_bandwidth_compute
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
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_topology.h 147 uint32_t max_bandwidth; member in struct:kfd_iolink_properties

Completed in 15 milliseconds