inefficient_linear_pitch_in_bytes  254 drivers/gpu/drm/amd/display/dc/calcs/calcs_logger.h 				bw_fixed_to_int(data->inefficient_linear_pitch_in_bytes));
inefficient_linear_pitch_in_bytes 1053 drivers/gpu/drm/amd/display/dc/calcs/dce_calcs.c 	data->inefficient_linear_pitch_in_bytes = bw_mul(bw_mul(bw_int_to_fixed(256), bw_int_to_fixed(vbios->number_of_dram_banks)), bw_int_to_fixed(data->number_of_dram_channels));
inefficient_linear_pitch_in_bytes 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))) {
inefficient_linear_pitch_in_bytes  288 drivers/gpu/drm/amd/display/dc/inc/dce_calcs.h 	struct bw_fixed inefficient_linear_pitch_in_bytes;