Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/
Ddce_calcs.h221 bool scatter_gather_enable; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/calcs/
Ddce_calcs.c234 data->scatter_gather_enable_for_pipe[0] = vbios->scatter_gather_enable; in calculate_bandwidth()
235 data->scatter_gather_enable_for_pipe[1] = vbios->scatter_gather_enable; in calculate_bandwidth()
236 data->scatter_gather_enable_for_pipe[2] = vbios->scatter_gather_enable; in calculate_bandwidth()
237 data->scatter_gather_enable_for_pipe[3] = vbios->scatter_gather_enable; in calculate_bandwidth()
322 data->scatter_gather_enable_for_pipe[i] = vbios->scatter_gather_enable; in calculate_bandwidth()
2070 vbios.scatter_gather_enable = true; in bw_calcs_init()
2186 vbios.scatter_gather_enable = true; in bw_calcs_init()
2302 vbios.scatter_gather_enable = true; in bw_calcs_init()
2418 vbios.scatter_gather_enable = false; in bw_calcs_init()
2531 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()