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

/linux-4.4.14/drivers/gpu/drm/radeon/
H A Drs690.c126 /* k8_bandwidth = (memory_clk / 2) * 2 * 8 * 0.5 = memory_clk * 4 */ rs690_pm_info()
128 rdev->pm.k8_bandwidth.full = dfixed_mul(rdev->pm.igp_system_mclk, tmp); rs690_pm_info()
375 if (max_bandwidth.full > rdev->pm.k8_bandwidth.full && rs690_crtc_bandwidth_compute()
376 rdev->pm.k8_bandwidth.full) rs690_crtc_bandwidth_compute()
377 max_bandwidth = rdev->pm.k8_bandwidth; rs690_crtc_bandwidth_compute()
H A Dradeon.h1170 * @k8_bandwidth: k8 bandwidth the gpu has (MByte/s) (IGP)
1615 fixed20_12 k8_bandwidth; member in struct:radeon_pm

Completed in 181 milliseconds