Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/inc/
H A Ddce_calcs.h372 bool display_pstate_change_enable[maximum_number_of_surfaces]; member
/dragonfly/sys/dev/drm/amd/display/dc/calcs/
H A Ddce_calcs.c1280 data->display_pstate_change_enable[k] = 0; in calculate_bandwidth()
1390 data->display_pstate_change_enable[k] = 1; in calculate_bandwidth()
1404 data->display_pstate_change_enable[k] = 1; in calculate_bandwidth()
1416 if (data->enable[k] == 1 && data->display_pstate_change_enable[k] == 1) { in calculate_bandwidth()
1438 …if (data->enable[i] == 1 && data->display_pstate_change_enable[i] == 0 && bw_mtn(data->v_blank_dra… in calculate_bandwidth()
1860 if (data->display_pstate_change_enable[i] == 1) { in calculate_bandwidth()
1872 if (data->display_pstate_change_enable[i] == 1) { in calculate_bandwidth()
H A Dcalcs_logger.h395 i, data->display_pstate_change_enable[i]); in print_bw_calcs_data()