HomeSort by: relevance | last modified time | path
    Searched refs:scatter_gather_enable_for_pipe (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
dce_calcs.h 372 bool scatter_gather_enable_for_pipe[maximum_number_of_surfaces]; member in struct:bw_calcs_data
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_dce_calcs.c 239 data->scatter_gather_enable_for_pipe[0] = vbios->scatter_gather_enable;
240 data->scatter_gather_enable_for_pipe[1] = vbios->scatter_gather_enable;
241 data->scatter_gather_enable_for_pipe[2] = vbios->scatter_gather_enable;
242 data->scatter_gather_enable_for_pipe[3] = vbios->scatter_gather_enable;
327 data->scatter_gather_enable_for_pipe[i] = vbios->scatter_gather_enable;
354 data->scatter_gather_enable_for_pipe[maximum_number_of_surfaces - 2] = 0;
355 data->scatter_gather_enable_for_pipe[maximum_number_of_surfaces - 1] = 0;
998 if (data->enable[i] && data->scatter_gather_enable_for_pipe[i] == 1) {
1092 if (data->scatter_gather_enable_for_pipe[i]) {
1103 if (data->scatter_gather_enable_for_pipe[i] == 1 && tiling_mode[i] != bw_def_linear)
    [all...]
calcs_logger.h 392 DC_LOG_BANDWIDTH_CALCS(" [bool] scatter_gather_enable_for_pipe[%d]:%d",
393 i, data->scatter_gather_enable_for_pipe[i]);

Completed in 14 milliseconds