display_pipe_line_delivery_time_luma 1297 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 			v->display_pipe_line_delivery_time_luma[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 1300 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 			v->display_pipe_line_delivery_time_luma[k] = v->swath_width_y[k] / v->pscl_throughput[k] / v->dppclk;
display_pipe_line_delivery_time_luma 1303 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 		v->last_pixel_of_line_extra_watermark =dcn_bw_max2(v->last_pixel_of_line_extra_watermark, v->data_fabric_line_delivery_time_luma - v->display_pipe_line_delivery_time_luma[k]);
display_pipe_line_delivery_time_luma 1405 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 			v->dcfclk_deep_sleep_per_plane[k] =dcn_bw_max2(1.1 * v->swath_width_y[k] *dcn_bw_ceil2(v->byte_per_pixel_dety[k], 1.0) / 32.0 / v->display_pipe_line_delivery_time_luma[k], 1.1 * v->swath_width_y[k] / 2.0 *dcn_bw_ceil2(v->byte_per_pixel_detc[k], 2.0) / 32.0 / v->display_pipe_line_delivery_time_chroma[k]);
display_pipe_line_delivery_time_luma 1408 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 			v->dcfclk_deep_sleep_per_plane[k] = 1.1 * v->swath_width_y[k] *dcn_bw_ceil2(v->byte_per_pixel_dety[k], 1.0) / 64.0 / v->display_pipe_line_delivery_time_luma[k];
display_pipe_line_delivery_time_luma  413 drivers/gpu/drm/amd/display/dc/inc/dcn_calcs.h 	float display_pipe_line_delivery_time_luma[number_of_planes_minus_one + 1];