Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_rs690.c139 rdev->pm.ht_bandwidth.full = dfixed_mul(rdev->pm.igp_ht_link_clk, in rs690_pm_info()
141 rdev->pm.ht_bandwidth.full = dfixed_div(rdev->pm.ht_bandwidth, tmp); in rs690_pm_info()
384 if (max_bandwidth.full > rdev->pm.ht_bandwidth.full && in rs690_crtc_bandwidth_compute()
385 rdev->pm.ht_bandwidth.full) in rs690_crtc_bandwidth_compute()
386 max_bandwidth = rdev->pm.ht_bandwidth; in rs690_crtc_bandwidth_compute()
H A Dradeon.h1650 fixed20_12 ht_bandwidth; member