display_pipe_line_delivery_time_luma_prefetch 1783 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 			v->display_pipe_line_delivery_time_luma_prefetch[k] = v->swath_width_y[k] * v->dpp_per_plane[k] / v->h_ratio[k] / v->pixel_clock[k];
display_pipe_line_delivery_time_luma_prefetch 1786 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 			v->display_pipe_line_delivery_time_luma_prefetch[k] = v->swath_width_y[k] / v->pscl_throughput[k] / v->dppclk;
display_pipe_line_delivery_time_luma_prefetch  415 drivers/gpu/drm/amd/display/dc/inc/dcn_calcs.h 	float display_pipe_line_delivery_time_luma_prefetch[number_of_planes_minus_one + 1];