Home
last modified time | relevance | path

Searched refs:bw_def_yes (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/amd/display/dc/inc/
Ddce_calcs.h62 bw_def_yes = 1, enumerator
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/dml/calcs/
Ddce_calcs.c1357 data->cpup_state_change_enable = bw_def_yes; in calculate_bandwidth()
1359 data->cpuc_state_change_enable = bw_def_yes; in calculate_bandwidth()
1467 data->nbp_state_change_enable = bw_def_yes; in calculate_bandwidth()
1474 nbp_state_change_enable_blank = bw_def_yes; in calculate_bandwidth()
1740 if (data->cpuc_state_change_enable == bw_def_yes) { in calculate_bandwidth()
1744 if (data->cpup_state_change_enable == bw_def_yes) { in calculate_bandwidth()
1748 if (data->nbp_state_change_enable == bw_def_yes && data->increase_voltage_to_support_mclk_switch) { in calculate_bandwidth()
1801 …tn(vbios->blackout_duration, bw_int_to_fixed(0)) && data->cpup_state_change_enable == bw_def_yes) { in calculate_bandwidth()