Home
last modified time | relevance | path

Searched refs:scatter_gather_enable_for_pipe (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/inc/
Ddce_calcs.h370 bool scatter_gather_enable_for_pipe[maximum_number_of_surfaces]; member
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/calcs/
Ddce_calcs.c234 data->scatter_gather_enable_for_pipe[0] = vbios->scatter_gather_enable; in calculate_bandwidth()
235 data->scatter_gather_enable_for_pipe[1] = vbios->scatter_gather_enable; in calculate_bandwidth()
236 data->scatter_gather_enable_for_pipe[2] = vbios->scatter_gather_enable; in calculate_bandwidth()
237 data->scatter_gather_enable_for_pipe[3] = vbios->scatter_gather_enable; in calculate_bandwidth()
322 data->scatter_gather_enable_for_pipe[i] = vbios->scatter_gather_enable; in calculate_bandwidth()
349 data->scatter_gather_enable_for_pipe[maximum_number_of_surfaces - 2] = 0; in calculate_bandwidth()
350 data->scatter_gather_enable_for_pipe[maximum_number_of_surfaces - 1] = 0; in calculate_bandwidth()
993 if (data->enable[i] && data->scatter_gather_enable_for_pipe[i] == 1) { in calculate_bandwidth()
1087 if (data->scatter_gather_enable_for_pipe[i]) { in calculate_bandwidth()
1098 if (data->scatter_gather_enable_for_pipe[i] == 1 && tiling_mode[i] != bw_def_linear) { in calculate_bandwidth()
[all …]
Dcalcs_logger.h391 i, data->scatter_gather_enable_for_pipe[i]); in print_bw_calcs_data()