Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/
Ddce_calcs.h221 bool scatter_gather_enable; member
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/calcs/
Ddce_calcs.c231 data->scatter_gather_enable_for_pipe[0] = vbios->scatter_gather_enable; in calculate_bandwidth()
232 data->scatter_gather_enable_for_pipe[1] = vbios->scatter_gather_enable; in calculate_bandwidth()
233 data->scatter_gather_enable_for_pipe[2] = vbios->scatter_gather_enable; in calculate_bandwidth()
234 data->scatter_gather_enable_for_pipe[3] = vbios->scatter_gather_enable; in calculate_bandwidth()
319 data->scatter_gather_enable_for_pipe[i] = vbios->scatter_gather_enable; in calculate_bandwidth()
2067 vbios.scatter_gather_enable = true; in bw_calcs_init()
2183 vbios.scatter_gather_enable = true; in bw_calcs_init()
2299 vbios.scatter_gather_enable = true; in bw_calcs_init()
2415 vbios.scatter_gather_enable = false; in bw_calcs_init()
2528 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()