Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/display/dc/dml/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.c1070 v->number_of_active_planes = input_idx; in dcn_validate_bandwidth()
1102 for (k = 0; k <= v->number_of_active_planes - 1; k++) { in dcn_validate_bandwidth()
1108 for (k = 0; k <= v->number_of_active_planes - 1; k++) { in dcn_validate_bandwidth()
1128 for (k = 0; k <= v->number_of_active_planes - 1; k++) { in dcn_validate_bandwidth()
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/inc/
Ddcn_calcs.h210 int number_of_active_planes; member