Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Dr100.c3161 fixed20_12 peak_disp_bw, mem_bw, pix_clk, pix_clk2, temp_ff; in r100_bandwidth_update() local
3276 mem_bw.full = dfixed_mul(mclk_ff, temp_ff); in r100_bandwidth_update()
3296 mem_bw.full = dfixed_mul(mem_bw, min_mem_eff); in r100_bandwidth_update()
3297 if (peak_disp_bw.full >= mem_bw.full) { in r100_bandwidth_update()