crit_point_ff    3152 drivers/gpu/drm/radeon/r100.c 	fixed20_12 crit_point_ff = {0};
crit_point_ff    3484 drivers/gpu/drm/radeon/r100.c 		crit_point_ff.full = dfixed_mul(disp_drain_rate, disp_latency);
crit_point_ff    3485 drivers/gpu/drm/radeon/r100.c 		crit_point_ff.full += dfixed_const_half(0);
crit_point_ff    3487 drivers/gpu/drm/radeon/r100.c 		critical_point = dfixed_trunc(crit_point_ff);
crit_point_ff    3589 drivers/gpu/drm/radeon/r100.c 				time_disp1_drop_priority.full = dfixed_div(crit_point_ff, temp_ff);
crit_point_ff    3593 drivers/gpu/drm/radeon/r100.c 			crit_point_ff.full = disp_latency.full + time_disp1_drop_priority.full + disp_latency.full;
crit_point_ff    3594 drivers/gpu/drm/radeon/r100.c 			crit_point_ff.full = dfixed_mul(crit_point_ff, disp_drain_rate2);
crit_point_ff    3595 drivers/gpu/drm/radeon/r100.c 			crit_point_ff.full += dfixed_const_half(0);
crit_point_ff    3597 drivers/gpu/drm/radeon/r100.c 			critical_point2 = dfixed_trunc(crit_point_ff);