Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_pmo/
H A Ddml2_pmo_dcn4_fams2.c392 struct dml2_pmo_pstate_strategy *expanded_strategy_list = NULL; in get_expanded_strategy_list() local
396 expanded_strategy_list = init_data->pmo_dcn4.expanded_strategy_list_1_display; in get_expanded_strategy_list()
399 expanded_strategy_list = init_data->pmo_dcn4.expanded_strategy_list_2_display; in get_expanded_strategy_list()
402 expanded_strategy_list = init_data->pmo_dcn4.expanded_strategy_list_3_display; in get_expanded_strategy_list()
405 expanded_strategy_list = init_data->pmo_dcn4.expanded_strategy_list_4_display; in get_expanded_strategy_list()
411 return expanded_strategy_list; in get_expanded_strategy_list()
424 struct dml2_pmo_pstate_strategy *expanded_strategy_list, in insert_strategy_into_expanded_list() argument
427 if (expanded_strategy_list && num_expanded_strategies) { in insert_strategy_into_expanded_list()
437 struct dml2_pmo_pstate_strategy *expanded_strategy_list, in expand_base_strategy() argument
540 struct dml2_pmo_pstate_strategy *expanded_strategy_list, in expand_variant_strategy() argument
[all …]
H A Ddml2_pmo_dcn4_fams2.h30 struct dml2_pmo_pstate_strategy *expanded_strategy_list,