Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/calcs/
Ddcn_calc_auto.c43 for (k = 0; k <= v->number_of_active_planes - 1; k++) { in scaler_settings_calculation()
73 for (k = 0; k <= v->number_of_active_planes - 1; k++) { in scaler_settings_calculation()
131 for (k = 0; k <= v->number_of_active_planes - 1; k++) { in mode_support_and_system_configuration()
139 for (k = 0; k <= v->number_of_active_planes - 1; k++) { in mode_support_and_system_configuration()
146 for (k = 0; k <= v->number_of_active_planes - 1; k++) { in mode_support_and_system_configuration()
175 for (k = 0; k <= v->number_of_active_planes - 1; k++) { in mode_support_and_system_configuration()
192 for (k = 0; k <= v->number_of_active_planes - 1; k++) { in mode_support_and_system_configuration()
206 for (k = 0; k <= v->number_of_active_planes - 1; k++) { in mode_support_and_system_configuration()
241 for (k = 0; k <= v->number_of_active_planes - 1; k++) { in mode_support_and_system_configuration()
262 for (k = 0; k <= v->number_of_active_planes - 1; k++) { in mode_support_and_system_configuration()
[all …]
Ddcn_calcs.c1069 v->number_of_active_planes = input_idx; in dcn_validate_bandwidth()
1101 for (k = 0; k <= v->number_of_active_planes - 1; k++) { in dcn_validate_bandwidth()
1107 for (k = 0; k <= v->number_of_active_planes - 1; k++) { in dcn_validate_bandwidth()
1127 for (k = 0; k <= v->number_of_active_planes - 1; k++) { in dcn_validate_bandwidth()
/drivers/gpu/drm/amd/display/dc/inc/
Ddcn_calcs.h210 int number_of_active_planes; member