lines_in_detc_rounded_down_to_swath 1347 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 			v->lines_in_detc_rounded_down_to_swath[k] =dcn_bw_floor2(v->lines_in_detc[k], v->swath_height_c[k]);
lines_in_detc_rounded_down_to_swath 1348 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 			v->full_det_buffering_time_c[k] = v->lines_in_detc_rounded_down_to_swath[k] * (v->htotal[k] / v->pixel_clock[k]) / (v->v_ratio[k] / 2.0);
lines_in_detc_rounded_down_to_swath 1352 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 			v->lines_in_detc_rounded_down_to_swath[k] = 0.0;
lines_in_detc_rounded_down_to_swath 1856 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 			v->max_det_buffering_time_c = v->full_det_buffering_time_c[k] + (v->lines_in_detc[k] - v->lines_in_detc_rounded_down_to_swath[k]) / v->swath_height_c[k] * (v->htotal[k] / v->pixel_clock[k]);
lines_in_detc_rounded_down_to_swath  405 drivers/gpu/drm/amd/display/dc/inc/dcn_calcs.h 	float lines_in_detc_rounded_down_to_swath[number_of_planes_minus_one + 1];