lines_in_detc    1346 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 			v->lines_in_detc[k] = v->det_buffer_size_c[k] / v->byte_per_pixel_detc[k] / (v->swath_width_y[k] / 2.0);
lines_in_detc    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    1351 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 			v->lines_in_detc[k] = 0.0;
lines_in_detc    1426 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 			v->effective_det_plus_lb_lines_chroma =dcn_bw_floor2(v->lines_in_detc[k] +dcn_bw_min2(v->lines_in_detc[k] * v->dppclk * v->byte_per_pixel_detc[k] * v->pscl_throughput_chroma[k] / (v->return_bw / v->dpp_per_plane[k]), v->effective_lb_latency_hiding_source_lines_chroma), v->swath_height_c[k]);
lines_in_detc    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     404 drivers/gpu/drm/amd/display/dc/inc/dcn_calcs.h 	float lines_in_detc[number_of_planes_minus_one + 1];