Home
last modified time | relevance | path

Searched refs:max_bandwidth (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/drm/radeon/
H A Drs690.c135 if (tmp.full < rdev->pm.max_bandwidth.full) { in rs690_pm_info()
137 rdev->pm.max_bandwidth.full = tmp.full; in rs690_pm_info()
279 fixed20_12 sclk, core_bandwidth, max_bandwidth; in rs690_crtc_bandwidth_compute() local
364 max_bandwidth = core_bandwidth; in rs690_crtc_bandwidth_compute()
366 if (max_bandwidth.full > rdev->pm.sideport_bandwidth.full && in rs690_crtc_bandwidth_compute()
368 max_bandwidth = rdev->pm.sideport_bandwidth; in rs690_crtc_bandwidth_compute()
375 if (max_bandwidth.full > rdev->pm.k8_bandwidth.full && in rs690_crtc_bandwidth_compute()
377 max_bandwidth = rdev->pm.k8_bandwidth; in rs690_crtc_bandwidth_compute()
378 if (max_bandwidth.full > rdev->pm.ht_bandwidth.full && in rs690_crtc_bandwidth_compute()
380 max_bandwidth = rdev->pm.ht_bandwidth; in rs690_crtc_bandwidth_compute()
[all …]
H A Dradeon.h1610 fixed20_12 max_bandwidth; member