Searched refs:scatter_gather_enable_for_pipe (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/gpu/drm/amd/display/dc/inc/
H A Ddce_calcs.h370 bool scatter_gather_enable_for_pipe[maximum_number_of_surfaces]; member in struct:bw_calcs_data
/linux-master/drivers/gpu/drm/amd/display/dc/basics/
H A Dcalcs_logger.h390 DC_LOG_BANDWIDTH_CALCS(" [bool] scatter_gather_enable_for_pipe[%d]:%d",
391 i, data->scatter_gather_enable_for_pipe[i]);
H A Ddce_calcs.c247 data->scatter_gather_enable_for_pipe[0] = vbios->scatter_gather_enable;
248 data->scatter_gather_enable_for_pipe[1] = vbios->scatter_gather_enable;
249 data->scatter_gather_enable_for_pipe[2] = vbios->scatter_gather_enable;
250 data->scatter_gather_enable_for_pipe[3] = vbios->scatter_gather_enable;
335 data->scatter_gather_enable_for_pipe[i] = vbios->scatter_gather_enable;
362 data->scatter_gather_enable_for_pipe[maximum_number_of_surfaces - 2] = 0;
363 data->scatter_gather_enable_for_pipe[maximum_number_of_surfaces - 1] = 0;
1002 if (data->enable[i] && data->scatter_gather_enable_for_pipe[i] == 1) {
1096 if (data->scatter_gather_enable_for_pipe[i]) {
1107 if (data->scatter_gather_enable_for_pipe[
[all...]

Completed in 377 milliseconds