time_setup        789 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 				v->time_setup = (v->v_update_offset[k][j] + v->v_update_width[k][j] + v->v_ready_offset[k][j]) / v->pixel_clock[k];
time_setup        802 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 					v->line_times_for_prefetch[k] = v->maximum_vstartup - v->urgent_latency / (v->htotal[k] / v->pixel_clock[k]) - (v->time_calc + v->time_setup) / (v->htotal[k] / v->pixel_clock[k]) - (v->dst_y_after_scaler + v->dst_x_after_scaler / v->htotal[k]);
time_setup        356 drivers/gpu/drm/amd/display/dc/inc/dcn_calcs.h 	float time_setup;