Searched refs:sideport_bandwidth (Results 1 – 2 of 2) sorted by relevance
141 /* sideport_bandwidth = (sideport_clk / 2) * 2 * 2 * 0.7 in rs690_pm_info() 145 rdev->pm.sideport_bandwidth.full = dfixed_mul(rdev->pm.igp_sideport_mclk, tmp); in rs690_pm_info() 147 rdev->pm.sideport_bandwidth.full = dfixed_div(rdev->pm.sideport_bandwidth, tmp); in rs690_pm_info() 367 if (max_bandwidth.full > rdev->pm.sideport_bandwidth.full && in rs690_crtc_bandwidth_compute() 368 rdev->pm.sideport_bandwidth.full) in rs690_crtc_bandwidth_compute() 369 max_bandwidth = rdev->pm.sideport_bandwidth; in rs690_crtc_bandwidth_compute()
1152 * @sideport_bandwidth: sideport bandwidth the gpu has (MByte/s) (IGP)1596 fixed20_12 sideport_bandwidth; member