HomeSort by: relevance | last modified time | path
    Searched refs:k8_bandwidth (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_rs690.c 132 /* k8_bandwidth = (memory_clk / 2) * 2 * 8 * 0.5 = memory_clk * 4 */
134 rdev->pm.k8_bandwidth.full = dfixed_mul(rdev->pm.igp_system_mclk, tmp);
381 if (max_bandwidth.full > rdev->pm.k8_bandwidth.full &&
382 rdev->pm.k8_bandwidth.full)
383 max_bandwidth = rdev->pm.k8_bandwidth;
radeon.h 1203 * @k8_bandwidth: k8 bandwidth the gpu has (MByte/s) (IGP)
1648 fixed20_12 k8_bandwidth; member in struct:radeon_pm

Completed in 16 milliseconds