rounded_up_max_swath_size_bytes_y  523 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 				v->rounded_up_max_swath_size_bytes_y = (dcn_bw_ceil2(v->swath_width_yper_state[i][j][k] - 1.0, v->swath_width_granularity_y) + v->swath_width_granularity_y) * v->byte_per_pixel_in_dety[k] * v->max_swath_height_y[k];
rounded_up_max_swath_size_bytes_y  525 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 					v->rounded_up_max_swath_size_bytes_y =dcn_bw_ceil2(v->rounded_up_max_swath_size_bytes_y, 256.0) + 256;
rounded_up_max_swath_size_bytes_y  534 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 				if (v->rounded_up_max_swath_size_bytes_y + v->rounded_up_max_swath_size_bytes_c <= v->det_buffer_size_in_kbyte * 1024.0 / 2.0) {
rounded_up_max_swath_size_bytes_y 1143 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 		v->rounded_up_max_swath_size_bytes_y = (dcn_bw_ceil2(v->swath_width - 1.0, v->swath_width_granularity_y) + v->swath_width_granularity_y) * v->byte_per_pix_dety * v->maximum_swath_height_y;
rounded_up_max_swath_size_bytes_y 1145 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 			v->rounded_up_max_swath_size_bytes_y =dcn_bw_ceil2(v->rounded_up_max_swath_size_bytes_y, 256.0) + 256;
rounded_up_max_swath_size_bytes_y 1154 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 		if (v->rounded_up_max_swath_size_bytes_y + v->rounded_up_max_swath_size_bytes_c <= v->det_buffer_size_in_kbyte * 1024.0 / 2.0) {
rounded_up_max_swath_size_bytes_y  312 drivers/gpu/drm/amd/display/dc/inc/dcn_calcs.h 	float rounded_up_max_swath_size_bytes_y;