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

/linux-4.4.14/drivers/gpu/drm/radeon/
H A Drs690.c140 /* sideport_bandwidth = (sideport_clk / 2) * 2 * 2 * 0.7 rs690_pm_info()
144 rdev->pm.sideport_bandwidth.full = dfixed_mul(rdev->pm.igp_sideport_mclk, tmp); rs690_pm_info()
146 rdev->pm.sideport_bandwidth.full = dfixed_div(rdev->pm.sideport_bandwidth, tmp); rs690_pm_info()
366 if (max_bandwidth.full > rdev->pm.sideport_bandwidth.full && rs690_crtc_bandwidth_compute()
367 rdev->pm.sideport_bandwidth.full) rs690_crtc_bandwidth_compute()
368 max_bandwidth = rdev->pm.sideport_bandwidth; rs690_crtc_bandwidth_compute()
H A Dradeon.h1171 * @sideport_bandwidth: sideport bandwidth the gpu has (MByte/s) (IGP)
1616 fixed20_12 sideport_bandwidth; member in struct:radeon_pm

Completed in 108 milliseconds