Searched refs:scatter_gather_enable_for_pipe (Results 1 – 3 of 3) sorted by relevance
370 bool scatter_gather_enable_for_pipe[maximum_number_of_surfaces]; member
231 data->scatter_gather_enable_for_pipe[0] = vbios->scatter_gather_enable; in calculate_bandwidth()232 data->scatter_gather_enable_for_pipe[1] = vbios->scatter_gather_enable; in calculate_bandwidth()233 data->scatter_gather_enable_for_pipe[2] = vbios->scatter_gather_enable; in calculate_bandwidth()234 data->scatter_gather_enable_for_pipe[3] = vbios->scatter_gather_enable; in calculate_bandwidth()319 data->scatter_gather_enable_for_pipe[i] = vbios->scatter_gather_enable; in calculate_bandwidth()346 data->scatter_gather_enable_for_pipe[maximum_number_of_surfaces - 2] = 0; in calculate_bandwidth()347 data->scatter_gather_enable_for_pipe[maximum_number_of_surfaces - 1] = 0; in calculate_bandwidth()990 if (data->enable[i] && data->scatter_gather_enable_for_pipe[i] == 1) { in calculate_bandwidth()1084 if (data->scatter_gather_enable_for_pipe[i]) { in calculate_bandwidth()1095 if (data->scatter_gather_enable_for_pipe[i] == 1 && tiling_mode[i] != bw_def_linear) { in calculate_bandwidth()[all …]
391 i, data->scatter_gather_enable_for_pipe[i]); in print_bw_calcs_data()