Searched refs:temp_ff (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/radeon/
H A Dr100.c3153 fixed20_12 peak_disp_bw, mem_bw, pix_clk, pix_clk2, temp_ff, crit_point_ff; r100_bandwidth_update() local
3257 temp_ff.full = dfixed_const(temp); r100_bandwidth_update()
3258 mem_bw.full = dfixed_mul(mclk_ff, temp_ff); r100_bandwidth_update()
3264 temp_ff.full = dfixed_const(1000); r100_bandwidth_update()
3266 pix_clk.full = dfixed_div(pix_clk, temp_ff); r100_bandwidth_update()
3267 temp_ff.full = dfixed_const(pixel_bytes1); r100_bandwidth_update()
3268 peak_disp_bw.full += dfixed_mul(pix_clk, temp_ff); r100_bandwidth_update()
3271 temp_ff.full = dfixed_const(1000); r100_bandwidth_update()
3273 pix_clk2.full = dfixed_div(pix_clk2, temp_ff); r100_bandwidth_update()
3274 temp_ff.full = dfixed_const(pixel_bytes2); r100_bandwidth_update()
3275 peak_disp_bw.full += dfixed_mul(pix_clk2, temp_ff); r100_bandwidth_update()
3378 temp_ff.full = dfixed_const_666(16); r100_bandwidth_update()
3379 sclk_eff_ff.full -= dfixed_mul(agpmode_ff, temp_ff); r100_bandwidth_update()
3415 temp_ff.full = dfixed_const(2); r100_bandwidth_update()
3416 mc_latency_mclk.full = dfixed_mul(trcd_ff, temp_ff); r100_bandwidth_update()
3417 temp_ff.full = dfixed_const(c); r100_bandwidth_update()
3418 mc_latency_mclk.full += dfixed_mul(tcas_ff, temp_ff); r100_bandwidth_update()
3419 temp_ff.full = dfixed_const(4); r100_bandwidth_update()
3420 mc_latency_mclk.full += dfixed_mul(tras_ff, temp_ff); r100_bandwidth_update()
3421 mc_latency_mclk.full += dfixed_mul(trp_ff, temp_ff); r100_bandwidth_update()
3425 mc_latency_mclk.full += dfixed_div(temp_ff, sclk_eff_ff); r100_bandwidth_update()
3430 temp_ff.full = dfixed_const((2 * (cur_size - (rdev->mc.vram_is_ddr + 1)))); r100_bandwidth_update()
3431 temp_ff.full += trcd_ff.full; r100_bandwidth_update()
3432 if (temp_ff.full < tras_ff.full) r100_bandwidth_update()
3433 temp_ff.full = tras_ff.full; r100_bandwidth_update()
3434 cur_latency_mclk.full = dfixed_div(temp_ff, mclk_ff); r100_bandwidth_update()
3436 temp_ff.full = dfixed_const(cur_size); r100_bandwidth_update()
3437 cur_latency_sclk.full = dfixed_div(temp_ff, sclk_eff_ff); r100_bandwidth_update()
3470 temp_ff.full = dfixed_const((16/pixel_bytes1)); r100_bandwidth_update()
3471 disp_drain_rate.full = dfixed_div(pix_clk, temp_ff); r100_bandwidth_update()
3550 temp_ff.full = dfixed_const((16/pixel_bytes2)); r100_bandwidth_update()
3551 disp_drain_rate2.full = dfixed_div(pix_clk2, temp_ff); r100_bandwidth_update()
3572 temp_ff.full = dfixed_const(temp); r100_bandwidth_update()
3573 temp_ff.full = dfixed_mul(mclk_ff, temp_ff); r100_bandwidth_update()
3574 if (sclk_ff.full < temp_ff.full) r100_bandwidth_update()
3575 temp_ff.full = sclk_ff.full; r100_bandwidth_update()
3577 read_return_rate.full = temp_ff.full; r100_bandwidth_update()
3580 temp_ff.full = read_return_rate.full - disp_drain_rate.full; r100_bandwidth_update()
3581 time_disp1_drop_priority.full = dfixed_div(crit_point_ff, temp_ff); r100_bandwidth_update()

Completed in 106 milliseconds