swath_width      1137 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 			v->swath_width = v->viewport_width[k] / v->dpp_per_plane[k];
swath_width      1140 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 			v->swath_width = v->viewport_height[k] / v->dpp_per_plane[k];
swath_width      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;
swath_width      1150 drivers/gpu/drm/amd/display/dc/calcs/dcn_calc_auto.c 		v->rounded_up_max_swath_size_bytes_c = (dcn_bw_ceil2(v->swath_width / 2.0 - 1.0, v->swath_width_granularity_c) + v->swath_width_granularity_c) * v->byte_per_pix_detc * v->maximum_swath_height_c;
swath_width       382 drivers/gpu/drm/amd/display/dc/inc/dcn_calcs.h 	float swath_width;