lines_in_dety_rounded_down_to_swath 1343 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 		v->lines_in_dety_rounded_down_to_swath[k] =dcn_bw_floor2(v->lines_in_dety[k], v->swath_height_y[k]);
lines_in_dety_rounded_down_to_swath 1344 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 		v->full_det_buffering_time_y[k] = v->lines_in_dety_rounded_down_to_swath[k] * (v->htotal[k] / v->pixel_clock[k]) / v->v_ratio[k];
lines_in_dety_rounded_down_to_swath 1849 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 		v->max_det_buffering_time_y = v->full_det_buffering_time_y[k] + (v->lines_in_dety[k] - v->lines_in_dety_rounded_down_to_swath[k]) / v->swath_height_y[k] * (v->htotal[k] / v->pixel_clock[k]);
lines_in_dety_rounded_down_to_swath  403 drivers/gpu/drm/amd/display/dc/inc/dcn_calcs.h 	float lines_in_dety_rounded_down_to_swath[number_of_planes_minus_one + 1];