Searched refs:sideport_bandwidth (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Drs690.c138 /* sideport_bandwidth = (sideport_clk / 2) * 2 * 2 * 0.7
142 rdev->pm.sideport_bandwidth.full = dfixed_mul(rdev->pm.igp_sideport_mclk, tmp);
144 rdev->pm.sideport_bandwidth.full = dfixed_div(rdev->pm.sideport_bandwidth, tmp);
303 if (rdev->pm.max_bandwidth.full > rdev->pm.sideport_bandwidth.full &&
304 rdev->pm.sideport_bandwidth.full)
305 rdev->pm.max_bandwidth = rdev->pm.sideport_bandwidth;
H A Dradeon.h604 * @sideport_bandwidth: sideport bandwidth the gpu has (MByte/s) (IGP)
744 fixed20_12 sideport_bandwidth; member in struct:radeon_pm

Completed in 123 milliseconds