Searched refs:crit_point_ff (Results 1 – 1 of 1) sorted by relevance
3153 fixed20_12 peak_disp_bw, mem_bw, pix_clk, pix_clk2, temp_ff, crit_point_ff; in r100_bandwidth_update() local3476 crit_point_ff.full = dfixed_mul(disp_drain_rate, disp_latency); in r100_bandwidth_update()3477 crit_point_ff.full += dfixed_const_half(0); in r100_bandwidth_update()3479 critical_point = dfixed_trunc(crit_point_ff); in r100_bandwidth_update()3581 time_disp1_drop_priority.full = dfixed_div(crit_point_ff, temp_ff); in r100_bandwidth_update()3585 crit_point_ff.full = disp_latency.full + time_disp1_drop_priority.full + disp_latency.full; in r100_bandwidth_update()3586 crit_point_ff.full = dfixed_mul(crit_point_ff, disp_drain_rate2); in r100_bandwidth_update()3587 crit_point_ff.full += dfixed_const_half(0); in r100_bandwidth_update()3589 critical_point2 = dfixed_trunc(crit_point_ff); in r100_bandwidth_update()