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

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_rs690.c 146 /* sideport_bandwidth = (sideport_clk / 2) * 2 * 2 * 0.7
150 rdev->pm.sideport_bandwidth.full = dfixed_mul(rdev->pm.igp_sideport_mclk, tmp);
152 rdev->pm.sideport_bandwidth.full = dfixed_div(rdev->pm.sideport_bandwidth, tmp);
372 if (max_bandwidth.full > rdev->pm.sideport_bandwidth.full &&
373 rdev->pm.sideport_bandwidth.full)
374 max_bandwidth = rdev->pm.sideport_bandwidth;
radeon.h 1204 * @sideport_bandwidth: sideport bandwidth the gpu has (MByte/s) (IGP)
1649 fixed20_12 sideport_bandwidth; member in struct:radeon_pm

Completed in 14 milliseconds