Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/
Ddce_calcs.h62 bw_def_yes = 1, enumerator
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/calcs/
Ddce_calcs.c1343 data->cpup_state_change_enable = bw_def_yes; in calculate_bandwidth()
1345 data->cpuc_state_change_enable = bw_def_yes; in calculate_bandwidth()
1456 data->nbp_state_change_enable = bw_def_yes; in calculate_bandwidth()
1463 nbp_state_change_enable_blank = bw_def_yes; in calculate_bandwidth()
1729 if (data->cpuc_state_change_enable == bw_def_yes) { in calculate_bandwidth()
1733 if (data->cpup_state_change_enable == bw_def_yes) { in calculate_bandwidth()
1737 if (data->nbp_state_change_enable == bw_def_yes && data->increase_voltage_to_support_mclk_switch) { in calculate_bandwidth()
1790 …tn(vbios->blackout_duration, bw_int_to_fixed(0)) && data->cpup_state_change_enable == bw_def_yes) { in calculate_bandwidth()