lines_in_dety    1342 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 		v->lines_in_dety[k] = v->det_buffer_size_y[k] / v->byte_per_pixel_dety[k] / v->swath_width_y[k];
lines_in_dety    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    1423 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 		v->effective_det_plus_lb_lines_luma =dcn_bw_floor2(v->lines_in_dety[k] +dcn_bw_min2(v->lines_in_dety[k] * v->dppclk * v->byte_per_pixel_dety[k] * v->pscl_throughput[k] / (v->return_bw / v->dpp_per_plane[k]), v->effective_lb_latency_hiding_source_lines_luma), v->swath_height_y[k]);
lines_in_dety    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     402 drivers/gpu/drm/amd/display/dc/inc/dcn_calcs.h 	float lines_in_dety[number_of_planes_minus_one + 1];