Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/display/dc/inc/
Ddce_calcs.h221 bool scatter_gather_enable; member
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/dml/calcs/
Ddce_calcs.c249 data->scatter_gather_enable_for_pipe[0] = vbios->scatter_gather_enable; in calculate_bandwidth()
250 data->scatter_gather_enable_for_pipe[1] = vbios->scatter_gather_enable; in calculate_bandwidth()
251 data->scatter_gather_enable_for_pipe[2] = vbios->scatter_gather_enable; in calculate_bandwidth()
252 data->scatter_gather_enable_for_pipe[3] = vbios->scatter_gather_enable; in calculate_bandwidth()
337 data->scatter_gather_enable_for_pipe[i] = vbios->scatter_gather_enable; in calculate_bandwidth()
2096 vbios->scatter_gather_enable = true; in bw_calcs_init()
2212 vbios->scatter_gather_enable = true; in bw_calcs_init()
2328 vbios->scatter_gather_enable = true; in bw_calcs_init()
2444 vbios->scatter_gather_enable = false; in bw_calcs_init()
2557 vbios->scatter_gather_enable = true; in bw_calcs_init()
[all …]
Dcalcs_logger.h169 DC_LOG_BANDWIDTH_CALCS(" [bool] scatter_gather_enable: %d", vbios->scatter_gather_enable); in print_bw_calcs_vbios()