Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Ddce_calcs.h221 bool scatter_gather_enable; member
/linux/drivers/gpu/drm/amd/display/dc/basics/
H A Ddce_calcs.c247 data->scatter_gather_enable_for_pipe[0] = vbios->scatter_gather_enable; in calculate_bandwidth()
248 data->scatter_gather_enable_for_pipe[1] = vbios->scatter_gather_enable; in calculate_bandwidth()
249 data->scatter_gather_enable_for_pipe[2] = vbios->scatter_gather_enable; in calculate_bandwidth()
250 data->scatter_gather_enable_for_pipe[3] = vbios->scatter_gather_enable; in calculate_bandwidth()
335 data->scatter_gather_enable_for_pipe[i] = vbios->scatter_gather_enable; in calculate_bandwidth()
2094 vbios->scatter_gather_enable = true; in bw_calcs_init()
2210 vbios->scatter_gather_enable = true; in bw_calcs_init()
2326 vbios->scatter_gather_enable = true; in bw_calcs_init()
2442 vbios->scatter_gather_enable = false; in bw_calcs_init()
2555 vbios->scatter_gather_enable = true; in bw_calcs_init()
[all …]
H A Dcalcs_logger.h169 DC_LOG_BANDWIDTH_CALCS(" [bool] scatter_gather_enable: %d", vbios->scatter_gather_enable); in print_bw_calcs_vbios()