Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/basics/
Ddce_calcs.c247 data->scatter_gather_enable_for_pipe[0] = vbios->scatter_gather_enable; in calculate_bandwidth()
248 data->scatter_gather_enable_for_pipe[1] = vbios->scatter_gather_enable; in calculate_bandwidth()
249 data->scatter_gather_enable_for_pipe[2] = vbios->scatter_gather_enable; in calculate_bandwidth()
250 data->scatter_gather_enable_for_pipe[3] = vbios->scatter_gather_enable; in calculate_bandwidth()
335 data->scatter_gather_enable_for_pipe[i] = vbios->scatter_gather_enable; in calculate_bandwidth()
362 data->scatter_gather_enable_for_pipe[maximum_number_of_surfaces - 2] = 0; in calculate_bandwidth()
363 data->scatter_gather_enable_for_pipe[maximum_number_of_surfaces - 1] = 0; in calculate_bandwidth()
1002 if (data->enable[i] && data->scatter_gather_enable_for_pipe[i] == 1) { in calculate_bandwidth()
1096 if (data->scatter_gather_enable_for_pipe[i]) { in calculate_bandwidth()
1107 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()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/inc/
Ddce_calcs.h370 bool scatter_gather_enable_for_pipe[maximum_number_of_surfaces]; member