Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_r100.c3169 fixed20_12 sclk_ff, mclk_ff, sclk_eff_ff, sclk_delay_ff; in r100_bandwidth_update() local
3283 sclk_ff = rdev->pm.sclk; in r100_bandwidth_update()
3403 sclk_eff_ff.full = sclk_ff.full; in r100_bandwidth_update()
3472 disp_latency_overhead.full = dfixed_div(disp_latency_overhead, sclk_ff); in r100_bandwidth_update()
3604 if (sclk_ff.full < temp_ff.full) in r100_bandwidth_update()
3605 temp_ff.full = sclk_ff.full; in r100_bandwidth_update()