scatter_gather_enable_for_pipe  391 drivers/gpu/drm/amd/display/dc/calcs/calcs_logger.h 					i, data->scatter_gather_enable_for_pipe[i]);
scatter_gather_enable_for_pipe  234 drivers/gpu/drm/amd/display/dc/calcs/dce_calcs.c 	data->scatter_gather_enable_for_pipe[0] = vbios->scatter_gather_enable;
scatter_gather_enable_for_pipe  235 drivers/gpu/drm/amd/display/dc/calcs/dce_calcs.c 	data->scatter_gather_enable_for_pipe[1] = vbios->scatter_gather_enable;
scatter_gather_enable_for_pipe  236 drivers/gpu/drm/amd/display/dc/calcs/dce_calcs.c 	data->scatter_gather_enable_for_pipe[2] = vbios->scatter_gather_enable;
scatter_gather_enable_for_pipe  237 drivers/gpu/drm/amd/display/dc/calcs/dce_calcs.c 	data->scatter_gather_enable_for_pipe[3] = vbios->scatter_gather_enable;
scatter_gather_enable_for_pipe  322 drivers/gpu/drm/amd/display/dc/calcs/dce_calcs.c 		data->scatter_gather_enable_for_pipe[i] = vbios->scatter_gather_enable;
scatter_gather_enable_for_pipe  349 drivers/gpu/drm/amd/display/dc/calcs/dce_calcs.c 	data->scatter_gather_enable_for_pipe[maximum_number_of_surfaces - 2] = 0;
scatter_gather_enable_for_pipe  350 drivers/gpu/drm/amd/display/dc/calcs/dce_calcs.c 	data->scatter_gather_enable_for_pipe[maximum_number_of_surfaces - 1] = 0;
scatter_gather_enable_for_pipe  993 drivers/gpu/drm/amd/display/dc/calcs/dce_calcs.c 		if (data->enable[i] && data->scatter_gather_enable_for_pipe[i] == 1) {
scatter_gather_enable_for_pipe 1087 drivers/gpu/drm/amd/display/dc/calcs/dce_calcs.c 			if (data->scatter_gather_enable_for_pipe[i]) {
scatter_gather_enable_for_pipe 1098 drivers/gpu/drm/amd/display/dc/calcs/dce_calcs.c 			if (data->scatter_gather_enable_for_pipe[i] == 1 && tiling_mode[i] != bw_def_linear) {
scatter_gather_enable_for_pipe 1101 drivers/gpu/drm/amd/display/dc/calcs/dce_calcs.c 			else if (data->scatter_gather_enable_for_pipe[i] == 1 && tiling_mode[i] == bw_def_linear && bw_equ(bw_mod((bw_mul(data->pitch_in_pixels_after_surface_type[i], bw_int_to_fixed(data->bytes_per_pixel[i]))), data->inefficient_linear_pitch_in_bytes), bw_int_to_fixed(0))) {
scatter_gather_enable_for_pipe 1966 drivers/gpu/drm/amd/display/dc/calcs/dce_calcs.c 		if (data->enable[i] && data->scatter_gather_enable_for_pipe[i] == 1) {
scatter_gather_enable_for_pipe  370 drivers/gpu/drm/amd/display/dc/inc/dce_calcs.h 	bool scatter_gather_enable_for_pipe[maximum_number_of_surfaces];