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

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_rs690.c 135 /* ht_bandwidth = ht_clk * 2 * ht_width / 8 * 0.8
139 rdev->pm.ht_bandwidth.full = dfixed_mul(rdev->pm.igp_ht_link_clk,
141 rdev->pm.ht_bandwidth.full = dfixed_div(rdev->pm.ht_bandwidth, tmp);
384 if (max_bandwidth.full > rdev->pm.ht_bandwidth.full &&
385 rdev->pm.ht_bandwidth.full)
386 max_bandwidth = rdev->pm.ht_bandwidth;
radeon.h 1205 * @ht_bandwidth: ht bandwidth the gpu has (MByte/s) (IGP)
1650 fixed20_12 ht_bandwidth; member in struct:radeon_pm

Completed in 16 milliseconds